#AE4AAA

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

Shades of Violet Blue #AE4AAA

Tints of Violet Blue #AE4AAA

Color information

#AE4AAA (or 0xAE4AAA) is unknown color: approx Violet Blue. HEX triplet: AE, 4A and AA. RGB value is (174,74,170). Sum of RGB (Red+Green+Blue) = 174+74+170=418 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.63% from 418); Green value is 74 (29.30% from 255 or 17.70% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4AAA is #51B555. Grayscale: #727272. Windows color (decimal): -5354838 or 11160238. OLE color: 11160238.

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

Color convert

RGB17474170-
CMYK00.570.020.32
HSL302.4º40.32%48.63%-
HSV(B)302.4º57.47%68.24%-
XYZ27.1616.839.84-
YUV114.84159.13170.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.63%
GREEN value IS 74 (29.30% from 255) = 17.70%
BLUE value IS 170 (66.80% from 255) = 40.67%
R=41.63%
G=17.70%
B=40.67%

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
Decimal1747417000.570.020.32302.440.3248.63
HexAE4AAA03922012e2831
Octal2561122520712404565061
Binary10101110100101010101010011100110100000100101110101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4AAA; }

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

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

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

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

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

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

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

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