#AE4CA9

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

Shades of Violet Blue #AE4CA9

Tints of Violet Blue #AE4CA9

Color information

#AE4CA9 (or 0xAE4CA9) is unknown color: approx Violet Blue. HEX triplet: AE, 4C and A9. RGB value is (174,76,169). Sum of RGB (Red+Green+Blue) = 174+76+169=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 169 (66.41% from 255 or 40.33% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4CA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4CA9 is #51B356. Grayscale: #737373. Windows color (decimal): -5354327 or 11095214. OLE color: 11095214.

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

Color convert

RGB17476169-
CMYK00.560.030.32
HSL303.06º39.2%49.02%-
HSV(B)303.06º56.32%68.24%-
XYZ27.217.0339.39-
YUV115.9157.97169.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.53%
GREEN value IS 76 (30.08% from 255) = 18.14%
BLUE value IS 169 (66.41% from 255) = 40.33%
R=41.53%
G=18.14%
B=40.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747616900.560.030.32303.0639.249.02
HexAE4CA903832012f2731
Octal2561142510703404574761
Binary10101110100110010101001011100011100000100101111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4CA9; }

 p { color: rgb(174,76,169); }

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

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

 a { background-color: rgb(174,76,169); }

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

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

 span { border-color: rgb(174,76,169); }

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