#A870B3

Color #A870B3 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A870B3

Tints of Violet Blue #A870B3

Color information

#A870B3 (or 0xA870B3) is unknown color: approx Violet Blue. HEX triplet: A8, 70 and B3. RGB value is (168,112,179). Sum of RGB (Red+Green+Blue) = 168+112+179=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 179 (70.31% from 255 or 39.00% from 459); Max value from RGB is 179 - color contains mainly: blue. Hex color #A870B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A870B3 is #578F4C. Grayscale: #888888. Windows color (decimal): -5738317 or 11759784. OLE color: 11759784.

HSL color Cylindrical-coordinate representation of color #A870B3: hue angle of 290.15º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A870B3 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB168112179-
CMYK0.060.3700.30
HSL290.15º30.59%57.06%-
HSV(B)290.15º37.43%70.2%-
XYZ30.0823.1745.53-
YUV136.38152.05150.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 36.60%
GREEN value IS 112 (44.14% from 255) = 24.40%
BLUE value IS 179 (70.31% from 255) = 39.00%
R=36.60%
G=24.40%
B=39.00%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1681121790.060.3700.30290.1530.5957.06
HexA870B362501E1221f39
Octal2501602636450364423771
Binary1010100011100001011001111010010101111010010001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A870B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A870B3; }

 p { color: rgb(168,112,179); }

 H1.HeaderClassName
 {
   color: #A870B3;
 }
 .AnyTagClassName
 {
   color: #A870B3;
 }
</style>
background-color css

<style>
 a { background-color: #A870B3; }

 a { background-color: rgb(168,112,179); }

 div.DivClassName
 {
   background-color: #A870B3;
 }
 .BgClassName
 {
   background-color: #A870B3;
 }
</style>
border-color css

<style>
 span { border-color: #A870B3; }

 span { border-color: rgb(168,112,179); }

 td.TdClassName
 {
   border-color: #A870B3;
 }
 .TagClassName
 {
   border-color: #A870B3;
 }
</style>