#A252AE

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

Shades of Violet Blue #A252AE

Tints of Violet Blue #A252AE

Color information

#A252AE (or 0xA252AE) is unknown color: approx Violet Blue. HEX triplet: A2, 52 and AE. RGB value is (162,82,174). Sum of RGB (Red+Green+Blue) = 162+82+174=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #A252AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A252AE is #5DAD51. Grayscale: #747474. Windows color (decimal): -6139218 or 11424418. OLE color: 11424418.

HSL color Cylindrical-coordinate representation of color #A252AE: hue angle of 292.17º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A252AE is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16282174-
CMYK0.070.5300.32
HSL292.17º36.22%50.2%-
HSV(B)292.17º52.87%68.24%-
XYZ25.5616.7741.93-
YUV116.41160.5160.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.76%
GREEN value IS 82 (32.42% from 255) = 19.62%
BLUE value IS 174 (68.36% from 255) = 41.63%
R=38.76%
G=19.62%
B=41.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal162821740.070.5300.32292.1736.2250.2
HexA252AE7350201242432
Octal2421222567650404444462
Binary101000101010010101011101111101010100000100100100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A252AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A252AE; }

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

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

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

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

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

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

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

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