#AB66AD

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

Shades of Violet Blue #AB66AD

Tints of Violet Blue #AB66AD

Color information

#AB66AD (or 0xAB66AD) is unknown color: approx Violet Blue. HEX triplet: AB, 66 and AD. RGB value is (171,102,173). Sum of RGB (Red+Green+Blue) = 171+102+173=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB66AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB66AD is #549952. Grayscale: #828282. Windows color (decimal): -5544275 or 11364011. OLE color: 11364011.

HSL color Cylindrical-coordinate representation of color #AB66AD: hue angle of 298.31º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB66AD is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB171102173-
CMYK0.010.4100.32
HSL298.31º30.21%53.92%-
HSV(B)298.31º41.04%67.84%-
XYZ29.0921.1842.09-
YUV130.72151.86156.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.34%
GREEN value IS 102 (40.23% from 255) = 22.87%
BLUE value IS 173 (67.97% from 255) = 38.79%
R=38.34%
G=22.87%
B=38.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711021730.010.4100.32298.3130.2153.92
HexAB66AD12902012a1e36
Octal2531462551510404523666
Binary101010111100110101011011101001010000010010101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB66AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB66AD; }

 p { color: rgb(171,102,173); }

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

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

 a { background-color: rgb(171,102,173); }

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

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

 span { border-color: rgb(171,102,173); }

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