#A252A2

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

Shades of Violet Blue #A252A2

Tints of Violet Blue #A252A2

Color information

#A252A2 (or 0xA252A2) is unknown color: approx Violet Blue. HEX triplet: A2, 52 and A2. RGB value is (162,82,162). Sum of RGB (Red+Green+Blue) = 162+82+162=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 162 (63.67% from 255 or 39.90% from 406); Max value from RGB is 162 - color contains mainly: red, blue. Hex color #A252A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A252A2 is #5DAD5D. Grayscale: #727272. Windows color (decimal): -6139230 or 10637986. OLE color: 10637986.

HSL color Cylindrical-coordinate representation of color #A252A2: hue angle of 300º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A252A2 is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB16282162-
CMYK00.4900.36
HSL300º32.79%47.84%-
HSV(B)300º49.38%63.53%-
XYZ24.4416.3236.05-
YUV115.04154.5161.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.90%
GREEN value IS 82 (32.42% from 255) = 20.20%
BLUE value IS 162 (63.67% from 255) = 39.90%
R=39.90%
G=20.20%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628216200.4900.3630032.7947.84
HexA252A203102412c2130
Octal2421222420610444544160
Binary1010001010100101010001001100010100100100101100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A252A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A252A2; }

 p { color: rgb(162,82,162); }

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

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

 a { background-color: rgb(162,82,162); }

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

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

 span { border-color: rgb(162,82,162); }

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