#AA6CAF

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

Shades of Violet Blue #AA6CAF

Tints of Violet Blue #AA6CAF

Color information

#AA6CAF (or 0xAA6CAF) is unknown color: approx Violet Blue. HEX triplet: AA, 6C and AF. RGB value is (170,108,175). Sum of RGB (Red+Green+Blue) = 170+108+175=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA6CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6CAF is #559350. Grayscale: #858585. Windows color (decimal): -5608273 or 11496618. OLE color: 11496618.

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

Color convert

RGB170108175-
CMYK0.030.3800.31
HSL295.52º29.52%55.49%-
HSV(B)295.52º38.29%68.63%-
XYZ29.6822.3743.31-
YUV134.18151.04153.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.53%
GREEN value IS 108 (42.58% from 255) = 23.84%
BLUE value IS 175 (68.75% from 255) = 38.63%
R=37.53%
G=23.84%
B=38.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701081750.030.3800.31295.5229.5255.49
HexAA6CAF32601F1281e37
Octal2521542573460374503667
Binary101010101101100101011111110011001111110010100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6CAF; }

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

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

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

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

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

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

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

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