#AA6EAF

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

Shades of Violet Blue #AA6EAF

Tints of Violet Blue #AA6EAF

Color information

#AA6EAF (or 0xAA6EAF) is unknown color: approx Violet Blue. HEX triplet: AA, 6E and AF. RGB value is (170,110,175). Sum of RGB (Red+Green+Blue) = 170+110+175=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA6EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6EAF is #559150. Grayscale: #878787. Windows color (decimal): -5607761 or 11497130. OLE color: 11497130.

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

Color convert

RGB170110175-
CMYK0.030.3700.31
HSL295.38º28.89%55.88%-
HSV(B)295.38º37.14%68.63%-
XYZ29.8922.7943.38-
YUV135.35150.38152.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.36%
GREEN value IS 110 (43.36% from 255) = 24.18%
BLUE value IS 175 (68.75% from 255) = 38.46%
R=37.36%
G=24.18%
B=38.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701101750.030.3700.31295.3828.8955.88
HexAA6EAF32501F1271d38
Octal2521562573450374473570
Binary101010101101110101011111110010101111110010011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6EAF; }

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

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

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

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

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

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

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

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