#AE51A6

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

Shades of Violet Blue #AE51A6

Tints of Violet Blue #AE51A6

Color information

#AE51A6 (or 0xAE51A6) is unknown color: approx Violet Blue. HEX triplet: AE, 51 and A6. RGB value is (174,81,166). Sum of RGB (Red+Green+Blue) = 174+81+166=421 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.33% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 166 (65.23% from 255 or 39.43% from 421); Max value from RGB is 174 - color contains mainly: red. Hex color #AE51A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE51A6 is #51AE59. Grayscale: #767676. Windows color (decimal): -5353050 or 10899886. OLE color: 10899886.

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

Color convert

RGB17481166-
CMYK00.530.050.32
HSL305.16º36.47%50%-
HSV(B)305.16º53.45%68.24%-
XYZ27.2817.6438.04-
YUV118.5154.81167.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.33%
GREEN value IS 81 (32.03% from 255) = 19.24%
BLUE value IS 166 (65.23% from 255) = 39.43%
R=41.33%
G=19.24%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748116600.530.050.32305.1636.4750
HexAE51A60355201312432
Octal2561212460655404614462
Binary101011101010001101001100110101101100000100110001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE51A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE51A6; }

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

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

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

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

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

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

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

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