#AE41A2

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

Shades of Violet Blue #AE41A2

Tints of Violet Blue #AE41A2

Color information

#AE41A2 (or 0xAE41A2) is unknown color: approx Violet Blue. HEX triplet: AE, 41 and A2. RGB value is (174,65,162). Sum of RGB (Red+Green+Blue) = 174+65+162=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 162 (63.67% from 255 or 40.40% from 401); Max value from RGB is 174 - color contains mainly: red. Hex color #AE41A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE41A2 is #51BE5D. Grayscale: #6C6C6C. Windows color (decimal): -5357150 or 10633646. OLE color: 10633646.

HSL color Cylindrical-coordinate representation of color #AE41A2: hue angle of 306.61º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE41A2 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB17465162-
CMYK00.630.070.32
HSL306.61º45.61%46.86%-
HSV(B)306.61º62.64%68.24%-
XYZ25.8715.3935.79-
YUV108.65158.11174.61-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.39%
GREEN value IS 65 (25.78% from 255) = 16.21%
BLUE value IS 162 (63.67% from 255) = 40.40%
R=43.39%
G=16.21%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746516200.630.070.32306.6145.6146.86
HexAE41A203F7201332e2f
Octal2561012420777404635657
Binary101011101000001101000100111111111100000100110011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE41A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE41A2; }

 p { color: rgb(174,65,162); }

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

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

 a { background-color: rgb(174,65,162); }

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

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

 span { border-color: rgb(174,65,162); }

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