#A472A9

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

Shades of Violet Blue #A472A9

Tints of Violet Blue #A472A9

Color information

#A472A9 (or 0xA472A9) is unknown color: approx Violet Blue. HEX triplet: A4, 72 and A9. RGB value is (164,114,169). Sum of RGB (Red+Green+Blue) = 164+114+169=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 169 (66.41% from 255 or 37.81% from 447); Max value from RGB is 169 - color contains mainly: blue. Hex color #A472A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A472A9 is #5B8D56. Grayscale: #878787. Windows color (decimal): -5999959 or 11104932. OLE color: 11104932.

HSL color Cylindrical-coordinate representation of color #A472A9: hue angle of 294.55º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A472A9 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB164114169-
CMYK0.030.3300.34
HSL294.55º24.23%55.49%-
HSV(B)294.55º32.54%66.27%-
XYZ28.4922.7940.43-
YUV135.22147.06148.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.69%
GREEN value IS 114 (44.92% from 255) = 25.50%
BLUE value IS 169 (66.41% from 255) = 37.81%
R=36.69%
G=25.50%
B=37.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1641141690.030.3300.34294.5524.2355.49
HexA472A93210221271837
Octal2441622513410424473067
Binary1010010011100101010100111100001010001010010011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A472A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A472A9; }

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

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

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

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

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

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

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

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