#AE41A1

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

Shades of Violet Blue #AE41A1

Tints of Violet Blue #AE41A1

Color information

#AE41A1 (or 0xAE41A1) is unknown color: approx Violet Blue. HEX triplet: AE, 41 and A1. RGB value is (174,65,161). Sum of RGB (Red+Green+Blue) = 174+65+161=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 65 (25.78% from 255 or 16.25% from 400); Blue value is 161 (63.28% from 255 or 40.25% from 400); Max value from RGB is 174 - color contains mainly: red. Hex color #AE41A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE41A1 is #51BE5E. Grayscale: #6C6C6C. Windows color (decimal): -5357151 or 10568110. OLE color: 10568110.

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

Color convert

RGB17465161-
CMYK00.630.070.32
HSL307.16º45.61%46.86%-
HSV(B)307.16º62.64%68.24%-
XYZ25.7815.3535.32-
YUV108.54157.61174.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.5%
GREEN value IS 65 (25.78% from 255) = 16.25%
BLUE value IS 161 (63.28% from 255) = 40.25%
R=43.5%
G=16.25%
B=40.25%

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
Decimal1746516100.630.070.32307.1645.6146.86
HexAE41A103F7201332e2f
Octal2561012410777404635657
Binary101011101000001101000010111111111100000100110011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE41A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE41A1; }

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

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

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

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

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

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

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

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