#AE4A9A

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

Shades of Violet Blue #AE4A9A

Tints of Violet Blue #AE4A9A

Color information

#AE4A9A (or 0xAE4A9A) is unknown color: approx Violet Blue. HEX triplet: AE, 4A and 9A. RGB value is (174,74,154). Sum of RGB (Red+Green+Blue) = 174+74+154=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4A9A is #51B565. Grayscale: #707070. Windows color (decimal): -5354854 or 10111662. OLE color: 10111662.

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

Color convert

RGB17474154-
CMYK00.570.110.32
HSL312º40.32%48.63%-
HSV(B)312º57.47%68.24%-
XYZ25.7416.2332.35-
YUV113.02151.13171.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.28%
GREEN value IS 74 (29.30% from 255) = 18.41%
BLUE value IS 154 (60.55% from 255) = 38.31%
R=43.28%
G=18.41%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747415400.570.110.3231240.3248.63
HexAE4A9A039B201382831
Octal25611223207113404705061
Binary1010111010010101001101001110011011100000100111000101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4A9A; }

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

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

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

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

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

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

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

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