#AE51A2

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

Shades of Violet Blue #AE51A2

Tints of Violet Blue #AE51A2

Color information

#AE51A2 (or 0xAE51A2) is unknown color: approx Violet Blue. HEX triplet: AE, 51 and A2. RGB value is (174,81,162). Sum of RGB (Red+Green+Blue) = 174+81+162=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 162 (63.67% from 255 or 38.85% from 417); Max value from RGB is 174 - color contains mainly: red. Hex color #AE51A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE51A2 is #51AE5D. Grayscale: #757575. Windows color (decimal): -5353054 or 10637742. OLE color: 10637742.

HSL color Cylindrical-coordinate representation of color #AE51A2: hue angle of 307.74º 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 #AE51A2 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB17481162-
CMYK00.530.070.32
HSL307.74º36.47%50%-
HSV(B)307.74º53.45%68.24%-
XYZ26.9217.4936.14-
YUV118.04152.81167.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.73%
GREEN value IS 81 (32.03% from 255) = 19.42%
BLUE value IS 162 (63.67% from 255) = 38.85%
R=41.73%
G=19.42%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748116200.530.070.32307.7436.4750
HexAE51A20357201342432
Octal2561212420657404644462
Binary101011101010001101000100110101111100000100110100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE51A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE51A2; }

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

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

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

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

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

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

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

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