#A872AB

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

Shades of Violet Blue #A872AB

Tints of Violet Blue #A872AB

Color information

#A872AB (or 0xA872AB) is unknown color: approx Violet Blue. HEX triplet: A8, 72 and AB. RGB value is (168,114,171). Sum of RGB (Red+Green+Blue) = 168+114+171=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 171 - color contains mainly: blue. Hex color #A872AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A872AB is #578D54. Grayscale: #888888. Windows color (decimal): -5737813 or 11236008. OLE color: 11236008.

HSL color Cylindrical-coordinate representation of color #A872AB: hue angle of 296.84º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A872AB is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB168114171-
CMYK0.020.3300.33
HSL296.84º25.33%55.88%-
HSV(B)296.84º33.33%67.06%-
XYZ29.5223.341.47-
YUV136.64147.39150.37-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.09%
GREEN value IS 114 (44.92% from 255) = 25.17%
BLUE value IS 171 (67.19% from 255) = 37.75%
R=37.09%
G=25.17%
B=37.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681141710.020.3300.33296.8425.3355.88
HexA872AB2210211291938
Octal2501622532410414513170
Binary1010100011100101010101110100001010000110010100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A872AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A872AB; }

 p { color: rgb(168,114,171); }

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

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

 a { background-color: rgb(168,114,171); }

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

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

 span { border-color: rgb(168,114,171); }

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