#AA4EAF

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

Shades of Violet Blue #AA4EAF

Tints of Violet Blue #AA4EAF

Color information

#AA4EAF (or 0xAA4EAF) is unknown color: approx Violet Blue. HEX triplet: AA, 4E and AF. RGB value is (170,78,175). Sum of RGB (Red+Green+Blue) = 170+78+175=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA4EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4EAF is #55B150. Grayscale: #747474. Windows color (decimal): -5615953 or 11488938. OLE color: 11488938.

HSL color Cylindrical-coordinate representation of color #AA4EAF: hue angle of 296.91º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA4EAF is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17078175-
CMYK0.030.5500.31
HSL296.91º38.34%49.61%-
HSV(B)296.91º55.43%68.63%-
XYZ27.0417.0942.43-
YUV116.57160.98166.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 78 (30.86% from 255) = 18.44%
BLUE value IS 175 (68.75% from 255) = 41.37%
R=40.19%
G=18.44%
B=41.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170781750.030.5500.31296.9138.3449.61
HexAA4EAF33701F1292632
Octal2521162573670374514662
Binary1010101010011101010111111110111011111100101001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4EAF; }

 p { color: rgb(170,78,175); }

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

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

 a { background-color: rgb(170,78,175); }

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

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

 span { border-color: rgb(170,78,175); }

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