#AA5FAB

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

Shades of Violet Blue #AA5FAB

Tints of Violet Blue #AA5FAB

Color information

#AA5FAB (or 0xAA5FAB) is unknown color: approx Violet Blue. HEX triplet: AA, 5F and AB. RGB value is (170,95,171). Sum of RGB (Red+Green+Blue) = 170+95+171=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA5FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5FAB is #55A054. Grayscale: #7D7D7D. Windows color (decimal): -5611605 or 11231146. OLE color: 11231146.

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

Color convert

RGB17095171-
CMYK0.010.4400.33
HSL299.21º31.15%52.16%-
HSV(B)299.21º44.44%67.06%-
XYZ28.0219.6740.85-
YUV126.09153.35159.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.99%
GREEN value IS 95 (37.5% from 255) = 21.79%
BLUE value IS 171 (67.19% from 255) = 39.22%
R=38.99%
G=21.79%
B=39.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170951710.010.4400.33299.2131.1552.16
HexAA5FAB12C02112b1f34
Octal2521372531540414533764
Binary101010101011111101010111101100010000110010101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5FAB; }

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

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

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

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

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

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

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

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