#AE4C9E

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

Shades of Violet Blue #AE4C9E

Tints of Violet Blue #AE4C9E

Color information

#AE4C9E (or 0xAE4C9E) is unknown color: approx Violet Blue. HEX triplet: AE, 4C and 9E. RGB value is (174,76,158). Sum of RGB (Red+Green+Blue) = 174+76+158=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 76 (30.08% from 255 or 18.63% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4C9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4C9E is #51B361. Grayscale: #727272. Windows color (decimal): -5354338 or 10374318. OLE color: 10374318.

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

Color convert

RGB17476158-
CMYK00.560.090.32
HSL309.8º39.2%49.02%-
HSV(B)309.8º56.32%68.24%-
XYZ26.2116.6434.18-
YUV114.65152.47170.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.65%
GREEN value IS 76 (30.08% from 255) = 18.63%
BLUE value IS 158 (62.11% from 255) = 38.73%
R=42.65%
G=18.63%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747615800.560.090.32309.839.249.02
HexAE4C9E0389201362731
Octal25611423607011404664761
Binary1010111010011001001111001110001001100000100110110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4C9E; }

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

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

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

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

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

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

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

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