#AA6FAB

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

Shades of Violet Blue #AA6FAB

Tints of Violet Blue #AA6FAB

Color information

#AA6FAB (or 0xAA6FAB) is unknown color: approx Violet Blue. HEX triplet: AA, 6F and AB. RGB value is (170,111,171). Sum of RGB (Red+Green+Blue) = 170+111+171=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 111 (43.75% from 255 or 24.56% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA6FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6FAB is #559054. Grayscale: #878787. Windows color (decimal): -5607509 or 11235242. OLE color: 11235242.

HSL color Cylindrical-coordinate representation of color #AA6FAB: hue angle of 299º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA6FAB is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB170111171-
CMYK0.010.3500.33
HSL299º26.32%55.29%-
HSV(B)299º35.09%67.06%-
XYZ29.6122.8641.38-
YUV135.48148.05152.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.61%
GREEN value IS 111 (43.75% from 255) = 24.56%
BLUE value IS 171 (67.19% from 255) = 37.83%
R=37.61%
G=24.56%
B=37.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701111710.010.3500.3329926.3255.29
HexAA6FAB12302112b1a37
Octal2521572531430414533267
Binary101010101101111101010111100011010000110010101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6FAB; }

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

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

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

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

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

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

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

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