#AA6FAF

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

Shades of Violet Blue #AA6FAF

Tints of Violet Blue #AA6FAF

Color information

#AA6FAF (or 0xAA6FAF) is unknown color: approx Violet Blue. HEX triplet: AA, 6F and AF. RGB value is (170,111,175). Sum of RGB (Red+Green+Blue) = 170+111+175=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA6FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6FAF is #559050. Grayscale: #878787. Windows color (decimal): -5607505 or 11497386. OLE color: 11497386.

HSL color Cylindrical-coordinate representation of color #AA6FAF: hue angle of 295.31º 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 #AA6FAF is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB170111175-
CMYK0.030.3700.31
HSL295.31º28.57%56.08%-
HSV(B)295.31º36.57%68.63%-
XYZ3023.0143.42-
YUV135.94150.05152.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.28%
GREEN value IS 111 (43.75% from 255) = 24.34%
BLUE value IS 175 (68.75% from 255) = 38.38%
R=37.28%
G=24.34%
B=38.38%

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
Decimal1701111750.030.3700.31295.3128.5756.08
HexAA6FAF32501F1271d38
Octal2521572573450374473570
Binary101010101101111101011111110010101111110010011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6FAF; }

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

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

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

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

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

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

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

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