#A472AA

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

Shades of Violet Blue #A472AA

Tints of Violet Blue #A472AA

Color information

#A472AA (or 0xA472AA) is unknown color: approx Violet Blue. HEX triplet: A4, 72 and AA. RGB value is (164,114,170). Sum of RGB (Red+Green+Blue) = 164+114+170=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: blue. Hex color #A472AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A472AA is #5B8D55. Grayscale: #878787. Windows color (decimal): -5999958 or 11170468. OLE color: 11170468.

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

Color convert

RGB164114170-
CMYK0.040.3300.33
HSL293.57º24.78%55.69%-
HSV(B)293.57º32.94%66.67%-
XYZ28.5822.8340.93-
YUV135.33147.56148.45-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.61%
GREEN value IS 114 (44.92% from 255) = 25.45%
BLUE value IS 170 (66.80% from 255) = 37.95%
R=36.61%
G=25.45%
B=37.95%

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
Decimal1641141700.040.3300.33293.5724.7855.69
HexA472AA4210211261938
Octal2441622524410414463170
Binary10100100111001010101010100100001010000110010011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A472AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A472AA; }

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

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

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

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

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

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

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

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