#AE4C9C

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

Shades of Violet Blue #AE4C9C

Tints of Violet Blue #AE4C9C

Color information

#AE4C9C (or 0xAE4C9C) is unknown color: approx Violet Blue. HEX triplet: AE, 4C and 9C. RGB value is (174,76,156). Sum of RGB (Red+Green+Blue) = 174+76+156=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4C9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4C9C is #51B363. Grayscale: #727272. Windows color (decimal): -5354340 or 10243246. OLE color: 10243246.

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

Color convert

RGB17476156-
CMYK00.560.100.32
HSL311.02º39.2%49.02%-
HSV(B)311.02º56.32%68.24%-
XYZ26.0416.5733.28-
YUV114.42151.47170.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.86%
GREEN value IS 76 (30.08% from 255) = 18.72%
BLUE value IS 156 (61.33% from 255) = 38.42%
R=42.86%
G=18.72%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747615600.560.100.32311.0239.249.02
HexAE4C9C038A201372731
Octal25611423407012404674761
Binary1010111010011001001110001110001010100000100110111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4C9C; }

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

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

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

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

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

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

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

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