#A870B2

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

Shades of Violet Blue #A870B2

Tints of Violet Blue #A870B2

Color information

#A870B2 (or 0xA870B2) is unknown color: approx Violet Blue. HEX triplet: A8, 70 and B2. RGB value is (168,112,178). Sum of RGB (Red+Green+Blue) = 168+112+178=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 178 - color contains mainly: blue. Hex color #A870B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A870B2 is #578F4D. Grayscale: #888888. Windows color (decimal): -5738318 or 11694248. OLE color: 11694248.

HSL color Cylindrical-coordinate representation of color #A870B2: hue angle of 290.91º degrees, saturation: 0.3, 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 #A870B2 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB168112178-
CMYK0.060.3700.30
HSL290.91º30%56.86%-
HSV(B)290.91º37.08%69.8%-
XYZ29.9823.1345-
YUV136.27151.55150.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.68%
GREEN value IS 112 (44.14% from 255) = 24.45%
BLUE value IS 178 (69.92% from 255) = 38.86%
R=36.68%
G=24.45%
B=38.86%

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
Decimal1681121780.060.3700.30290.913056.86
HexA870B262501E1231e39
Octal2501602626450364433671
Binary1010100011100001011001011010010101111010010001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A870B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A870B2; }

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

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

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

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

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

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

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

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