#AE4EAB

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

Shades of Violet Blue #AE4EAB

Tints of Violet Blue #AE4EAB

Color information

#AE4EAB (or 0xAE4EAB) is unknown color: approx Violet Blue. HEX triplet: AE, 4E and AB. RGB value is (174,78,171). Sum of RGB (Red+Green+Blue) = 174+78+171=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE4EAB is #51B154. Grayscale: #757575. Windows color (decimal): -5353813 or 11226798. OLE color: 11226798.

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

Color convert

RGB17478171-
CMYK00.550.020.32
HSL301.88º38.1%49.41%-
HSV(B)301.88º55.17%68.24%-
XYZ27.5317.3940.43-
YUV117.31158.3168.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.13%
GREEN value IS 78 (30.86% from 255) = 18.44%
BLUE value IS 171 (67.19% from 255) = 40.43%
R=41.13%
G=18.44%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747817100.550.020.32301.8838.149.41
HexAE4EAB03722012e2631
Octal2561162530672404564661
Binary10101110100111010101011011011110100000100101110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4EAB; }

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

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

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

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

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

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

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

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