#AE3CA8

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

Shades of Violet Blue #AE3CA8

Tints of Violet Blue #AE3CA8

Color information

#AE3CA8 (or 0xAE3CA8) is unknown color: approx Violet Blue. HEX triplet: AE, 3C and A8. RGB value is (174,60,168). Sum of RGB (Red+Green+Blue) = 174+60+168=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 60 (23.83% from 255 or 14.93% from 402); Blue value is 168 (66.02% from 255 or 41.79% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3CA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3CA8 is #51C357. Grayscale: #6A6A6A. Windows color (decimal): -5358424 or 11025582. OLE color: 11025582.

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

Color convert

RGB17460168-
CMYK00.660.030.32
HSL303.16º48.72%45.88%-
HSV(B)303.16º65.52%68.24%-
XYZ26.1415.0638.57-
YUV106.4162.77176.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.28%
GREEN value IS 60 (23.83% from 255) = 14.93%
BLUE value IS 168 (66.02% from 255) = 41.79%
R=43.28%
G=14.93%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746016800.660.030.32303.1648.7245.88
HexAE3CA804232012f312e
Octal2567425001023404576156
Binary10101110111100101010000100001011100000100101111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3CA8; }

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

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

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

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

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

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

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

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