#AE4A9F

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

Shades of Violet Blue #AE4A9F

Tints of Violet Blue #AE4A9F

Color information

#AE4A9F (or 0xAE4A9F) is unknown color: approx Violet Blue. HEX triplet: AE, 4A and 9F. RGB value is (174,74,159). Sum of RGB (Red+Green+Blue) = 174+74+159=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4A9F is #51B560. Grayscale: #717171. Windows color (decimal): -5354849 or 10439342. OLE color: 10439342.

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

Color convert

RGB17474159-
CMYK00.570.090.32
HSL309º40.32%48.63%-
HSV(B)309º57.47%68.24%-
XYZ26.1616.434.59-
YUV113.59153.63171.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.75%
GREEN value IS 74 (29.30% from 255) = 18.18%
BLUE value IS 159 (62.5% from 255) = 39.07%
R=42.75%
G=18.18%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747415900.570.090.3230940.3248.63
HexAE4A9F0399201352831
Octal25611223707111404655061
Binary1010111010010101001111101110011001100000100110101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4A9F; }

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

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

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

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

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

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

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

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