#AE4E9C

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

Shades of Violet Blue #AE4E9C

Tints of Violet Blue #AE4E9C

Color information

#AE4E9C (or 0xAE4E9C) is unknown color: approx Violet Blue. HEX triplet: AE, 4E and 9C. RGB value is (174,78,156). Sum of RGB (Red+Green+Blue) = 174+78+156=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 78 (30.86% from 255 or 19.12% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE4E9C is #51B163. Grayscale: #737373. Windows color (decimal): -5353828 or 10243758. OLE color: 10243758.

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

Color convert

RGB17478156-
CMYK00.550.100.32
HSL311.25º38.1%49.41%-
HSV(B)311.25º55.17%68.24%-
XYZ26.1816.8533.32-
YUV115.6150.8169.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.65%
GREEN value IS 78 (30.86% from 255) = 19.12%
BLUE value IS 156 (61.33% from 255) = 38.24%
R=42.65%
G=19.12%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747815600.550.100.32311.2538.149.41
HexAE4E9C037A201372631
Octal25611623406712404674661
Binary1010111010011101001110001101111010100000100110111100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4E9C; }

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

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

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

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

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

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

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

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