#AE44A2

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

Shades of Violet Blue #AE44A2

Tints of Violet Blue #AE44A2

Color information

#AE44A2 (or 0xAE44A2) is unknown color: approx Violet Blue. HEX triplet: AE, 44 and A2. RGB value is (174,68,162). Sum of RGB (Red+Green+Blue) = 174+68+162=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 68 (26.95% from 255 or 16.83% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AE44A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE44A2 is #51BB5D. Grayscale: #6E6E6E. Windows color (decimal): -5356382 or 10634414. OLE color: 10634414.

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

Color convert

RGB17468162-
CMYK00.610.070.32
HSL306.79º43.8%47.45%-
HSV(B)306.79º60.92%68.24%-
XYZ26.0415.7435.85-
YUV110.41157.12173.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.07%
GREEN value IS 68 (26.95% from 255) = 16.83%
BLUE value IS 162 (63.67% from 255) = 40.10%
R=43.07%
G=16.83%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746816200.610.070.32306.7943.847.45
HexAE44A203D7201332c2f
Octal2561042420757404635457
Binary101011101000100101000100111101111100000100110011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE44A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE44A2; }

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

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

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

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

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

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

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

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