#AE41A4

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

Shades of Violet Blue #AE41A4

Tints of Violet Blue #AE41A4

Color information

#AE41A4 (or 0xAE41A4) is unknown color: approx Violet Blue. HEX triplet: AE, 41 and A4. RGB value is (174,65,164). Sum of RGB (Red+Green+Blue) = 174+65+164=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 65 (25.78% from 255 or 16.13% from 403); Blue value is 164 (64.45% from 255 or 40.69% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AE41A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE41A4 is #51BE5B. Grayscale: #6C6C6C. Windows color (decimal): -5357148 or 10764718. OLE color: 10764718.

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

Color convert

RGB17465164-
CMYK00.630.060.32
HSL305.5º45.61%46.86%-
HSV(B)305.5º62.64%68.24%-
XYZ26.0515.4636.73-
YUV108.88159.11174.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.18%
GREEN value IS 65 (25.78% from 255) = 16.13%
BLUE value IS 164 (64.45% from 255) = 40.69%
R=43.18%
G=16.13%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746516400.630.060.32305.545.6146.86
HexAE41A403F6201322e2f
Octal2561012440776404625657
Binary101011101000001101001000111111110100000100110010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE41A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE41A4; }

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

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

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

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

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

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

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

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