#AE51A1

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

Shades of Violet Blue #AE51A1

Tints of Violet Blue #AE51A1

Color information

#AE51A1 (or 0xAE51A1) is unknown color: approx Violet Blue. HEX triplet: AE, 51 and A1. RGB value is (174,81,161). Sum of RGB (Red+Green+Blue) = 174+81+161=416 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.83% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 161 (63.28% from 255 or 38.70% from 416); Max value from RGB is 174 - color contains mainly: red. Hex color #AE51A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE51A1 is #51AE5E. Grayscale: #757575. Windows color (decimal): -5353055 or 10572206. OLE color: 10572206.

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

Color convert

RGB17481161-
CMYK00.530.070.32
HSL308.39º36.47%50%-
HSV(B)308.39º53.45%68.24%-
XYZ26.8317.4635.67-
YUV117.93152.31168-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.83%
GREEN value IS 81 (32.03% from 255) = 19.47%
BLUE value IS 161 (63.28% from 255) = 38.70%
R=41.83%
G=19.47%
B=38.70%

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
Decimal1748116100.530.070.32308.3936.4750
HexAE51A10357201342432
Octal2561212410657404644462
Binary101011101010001101000010110101111100000100110100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE51A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE51A1; }

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

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

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

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

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

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

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

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