#AE44A3

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

Shades of Violet Blue #AE44A3

Tints of Violet Blue #AE44A3

Color information

#AE44A3 (or 0xAE44A3) is unknown color: approx Violet Blue. HEX triplet: AE, 44 and A3. RGB value is (174,68,163). Sum of RGB (Red+Green+Blue) = 174+68+163=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 68 (26.95% from 255 or 16.79% from 405); Blue value is 163 (64.06% from 255 or 40.25% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AE44A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE44A3 is #51BB5C. Grayscale: #6E6E6E. Windows color (decimal): -5356381 or 10699950. OLE color: 10699950.

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

Color convert

RGB17468163-
CMYK00.610.060.32
HSL306.23º43.8%47.45%-
HSV(B)306.23º60.92%68.24%-
XYZ26.1315.7836.32-
YUV110.52157.62173.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.96%
GREEN value IS 68 (26.95% from 255) = 16.79%
BLUE value IS 163 (64.06% from 255) = 40.25%
R=42.96%
G=16.79%
B=40.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746816300.610.060.32306.2343.847.45
HexAE44A303D6201322c2f
Octal2561042430756404625457
Binary101011101000100101000110111101110100000100110010101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE44A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE44A3; }

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

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

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

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

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

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

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

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