#AE51A0

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

Shades of Violet Blue #AE51A0

Tints of Violet Blue #AE51A0

Color information

#AE51A0 (or 0xAE51A0) is unknown color: approx Violet Blue. HEX triplet: AE, 51 and A0. RGB value is (174,81,160). Sum of RGB (Red+Green+Blue) = 174+81+160=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AE51A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE51A0 is #51AE5F. Grayscale: #757575. Windows color (decimal): -5353056 or 10506670. OLE color: 10506670.

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

Color convert

RGB17481160-
CMYK00.530.080.32
HSL309.03º36.47%50%-
HSV(B)309.03º53.45%68.24%-
XYZ26.7417.4235.21-
YUV117.81151.81168.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.93%
GREEN value IS 81 (32.03% from 255) = 19.52%
BLUE value IS 160 (62.89% from 255) = 38.55%
R=41.93%
G=19.52%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748116000.530.080.32309.0336.4750
HexAE51A00358201352432
Octal25612124006510404654462
Binary1010111010100011010000001101011000100000100110101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE51A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE51A0; }

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

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

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

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

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

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

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

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