#AE4DAC

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

Shades of Violet Blue #AE4DAC

Tints of Violet Blue #AE4DAC

Color information

#AE4DAC (or 0xAE4DAC) is unknown color: approx Violet Blue. HEX triplet: AE, 4D and AC. RGB value is (174,77,172). Sum of RGB (Red+Green+Blue) = 174+77+172=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE4DAC is #51B253. Grayscale: #747474. Windows color (decimal): -5354068 or 11292078. OLE color: 11292078.

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

Color convert

RGB17477172-
CMYK00.560.010.32
HSL301.24º38.65%49.22%-
HSV(B)301.24º55.75%68.24%-
XYZ27.5617.2840.91-
YUV116.83159.14168.78-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.13%
GREEN value IS 77 (30.47% from 255) = 18.20%
BLUE value IS 172 (67.58% from 255) = 40.66%
R=41.13%
G=18.20%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747717200.560.010.32301.2438.6549.22
HexAE4DAC03812012d2731
Octal2561152540701404554761
Binary1010111010011011010110001110001100000100101101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4DAC; }

 p { color: rgb(174,77,172); }

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

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

 a { background-color: rgb(174,77,172); }

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

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

 span { border-color: rgb(174,77,172); }

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