#AE40A8

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

Shades of Violet Blue #AE40A8

Tints of Violet Blue #AE40A8

Color information

#AE40A8 (or 0xAE40A8) is unknown color: approx Violet Blue. HEX triplet: AE, 40 and A8. RGB value is (174,64,168). Sum of RGB (Red+Green+Blue) = 174+64+168=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 168 (66.02% from 255 or 41.38% from 406); Max value from RGB is 174 - color contains mainly: red. Hex color #AE40A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE40A8 is #51BF57. Grayscale: #6C6C6C. Windows color (decimal): -5357400 or 11026606. OLE color: 11026606.

HSL color Cylindrical-coordinate representation of color #AE40A8: hue angle of 303.27º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE40A8 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB17464168-
CMYK00.630.030.32
HSL303.27º46.22%46.67%-
HSV(B)303.27º63.22%68.24%-
XYZ26.3615.4938.65-
YUV108.75161.44174.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.86%
GREEN value IS 64 (25.39% from 255) = 15.76%
BLUE value IS 168 (66.02% from 255) = 41.38%
R=42.86%
G=15.76%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746416800.630.030.32303.2746.2246.67
HexAE40A803F32012f2e2f
Octal2561002500773404575657
Binary10101110100000010101000011111111100000100101111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE40A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE40A8; }

 p { color: rgb(174,64,168); }

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

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

 a { background-color: rgb(174,64,168); }

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

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

 span { border-color: rgb(174,64,168); }

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