COLOR #A058BC

HEX: #A058BC
RGB: (160,88,188)

Color info

#A058BC contains mainly red and blue colors. Web safe color of #A058BC is #9966CC (or #96C).

RGB color model

#A058BC color RGB value is (160,88,188).

  • red value is 160;
  • green value is 88;
  • blue value is 188.
RGB:
(160,88,188)
(63%,35%,74%)

RGB channels and saturation

R 160 of 255 = 63%
G 88 of 255 = 35%
B 188 of 255 = 74%

160
88
188

R + G + B ~ 57%. #A058BC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
160 + 88 + 188 = 436 (100%)
R 160 of 436 ~ 36.7%
G 88 of 436 ~ 20.18%
B 188 of 436 ~ 43.12%

%36.7
%20.18
%43.12

CMYK color model

#A058BC color CMYK value is (15,53,0,26).

  • cyan value is 14.89%
  • magenta value is 53.19%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(15,53,0,26)
C15M53Y0K26 
(15%,53%,0%,26%)
(0.15/0.53/0.00/0.26)	

CMYK percentages

%14.89
%53.19
%0
%26.27

Codes

Color #A058BC in popluar color models

A058BC
RGB16088188
HSL283°42.74%54.12%
HSB/HSV283°53.19%73.73%
CMYK14.89%53.19%0.00%
26.27%

Color #A058BC in popluar number systems.

HEXA058BC
Decimal16088188
Binary10100000101100010111100
Octal240130274

Shades and tints

Shades of #A058BC

#A058BC
(160,88,188)
#9250AB
(146,80,171)
#84489A
(132,72,154)
#764089
(118,64,137)
#683878
(104,56,120)
#5A3067
(90,48,103)
#4C2856
(76,40,86)
#3E2045
(62,32,69)
#301834
(48,24,52)
#221023
(34,16,35)
#140812
(20,8,18)
#000000
(0,0,0)

Tints of #A058BC

#A058BC
(160,88,188)
#A867C2
(168,103,194)
#B076C8
(176,118,200)
#B885CE
(184,133,206)
#C094D4
(192,148,212)
#C8A3DA
(200,163,218)
#D0B2E0
(208,178,224)
#D8C1E6
(216,193,230)
#E0D0EC
(224,208,236)
#E8DFF2
(232,223,242)
#F0EEF8
(240,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A058BC color. Also use rgb(160,88,188) instead hex code.

Text Font Color

.myTextColor { color: #A058BC; }

<p style="color:#A058BC">This sample text font color is #A058BC.</p>

This text font color is #A058BC.


Background Color

.myBgColor { background-color: #A058BC; }

<div style="background-color:#A058BC">Inner text</div>

This div background color is #A058BC.


Border color

.myBorderColor { border: 1px solid #A058BC; }

<div style="border:3px solid #A058BC">Div</div>

This div border color is #A058BC.


Opacity

.myOpacity80 { color: #A058BC; opacity: 0.8; }

<p style="color:#A058BC;opacity:0.8;">80%</p>

Text with #A058BC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A058BC;}

<p style="text-shadow: 3px 3px 1px #A058BC">Text here.</p>

This text has shadow with #A058BC color.

.textShadow {text-shadow: 3px 3px 1px #A058BC, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A058BC, 5px 5px 20px red">Text here.</p>

This text has shadow with #A058BC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A058BC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A058BC, Direction=45, Strength=4)">Text</p>

This text has shadow with #A058BC and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A058BC;
  -webkit-box-shadow:	1px 1px 3px 2px #A058BC;
  box-shadow:		1px 1px 3px 2px #A058BC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A058BC;
-webkit-box-shadow: 1px 1px 3px 2px #A058BC;
box-shadow:1px 1px 3px 2px #A058BC;">
Div content here</div>
This div box has shadow with color #A058BC.

Preview

Color preview on black background

This text has color #A058BC on black background.


Color preview on white background

This text has color #A058BC on white background.



Black color preview on #A058BC background

This text has black color on #A058BC background.


White color preview on #A058BC background

This text has white color on #A058BC background.