#AE4AAC

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

Shades of Violet Blue #AE4AAC

Tints of Violet Blue #AE4AAC

Color information

#AE4AAC (or 0xAE4AAC) is unknown color: approx Violet Blue. HEX triplet: AE, 4A and AC. RGB value is (174,74,172). Sum of RGB (Red+Green+Blue) = 174+74+172=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4AAC is #51B553. Grayscale: #727272. Windows color (decimal): -5354836 or 11291310. OLE color: 11291310.

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

Color convert

RGB17474172-
CMYK00.570.010.32
HSL301.2º40.32%48.63%-
HSV(B)301.2º57.47%68.24%-
XYZ27.3516.8740.85-
YUV115.07160.13170.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.43%
GREEN value IS 74 (29.30% from 255) = 17.62%
BLUE value IS 172 (67.58% from 255) = 40.95%
R=41.43%
G=17.62%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747417200.570.010.32301.240.3248.63
HexAE4AAC03912012d2831
Octal2561122540711404555061
Binary1010111010010101010110001110011100000100101101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4AAC; }

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

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

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

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

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

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

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

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