#A472AB

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

Shades of Violet Blue #A472AB

Tints of Violet Blue #A472AB

Color information

#A472AB (or 0xA472AB) is unknown color: approx Violet Blue. HEX triplet: A4, 72 and AB. RGB value is (164,114,171). Sum of RGB (Red+Green+Blue) = 164+114+171=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 171 - color contains mainly: blue. Hex color #A472AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A472AB is #5B8D54. Grayscale: #878787. Windows color (decimal): -5999957 or 11236004. OLE color: 11236004.

HSL color Cylindrical-coordinate representation of color #A472AB: hue angle of 292.63º 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 #A472AB is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB164114171-
CMYK0.040.3300.33
HSL292.63º25.33%55.88%-
HSV(B)292.63º33.33%67.06%-
XYZ28.6822.8741.43-
YUV135.45148.06148.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.53%
GREEN value IS 114 (44.92% from 255) = 25.39%
BLUE value IS 171 (67.19% from 255) = 38.08%
R=36.53%
G=25.39%
B=38.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1641141710.040.3300.33292.6325.3355.88
HexA472AB4210211251938
Octal2441622534410414453170
Binary10100100111001010101011100100001010000110010010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A472AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A472AB; }

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

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

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

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

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

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

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

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