#AE4AAB

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

Shades of Violet Blue #AE4AAB

Tints of Violet Blue #AE4AAB

Color information

#AE4AAB (or 0xAE4AAB) is unknown color: approx Violet Blue. HEX triplet: AE, 4A and AB. RGB value is (174,74,171). Sum of RGB (Red+Green+Blue) = 174+74+171=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4AAB is #51B554. Grayscale: #727272. Windows color (decimal): -5354837 or 11225774. OLE color: 11225774.

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

Color convert

RGB17474171-
CMYK00.570.020.32
HSL301.8º40.32%48.63%-
HSV(B)301.8º57.47%68.24%-
XYZ27.2616.8440.34-
YUV114.96159.63170.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.53%
GREEN value IS 74 (29.30% from 255) = 17.66%
BLUE value IS 171 (67.19% from 255) = 40.81%
R=41.53%
G=17.66%
B=40.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747417100.570.020.32301.840.3248.63
HexAE4AAB03922012e2831
Octal2561122530712404565061
Binary10101110100101010101011011100110100000100101110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4AAB; }

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

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

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

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

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

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

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

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