#AB66B1

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

Shades of Violet Blue #AB66B1

Tints of Violet Blue #AB66B1

Color information

#AB66B1 (or 0xAB66B1) is unknown color: approx Violet Blue. HEX triplet: AB, 66 and B1. RGB value is (171,102,177). Sum of RGB (Red+Green+Blue) = 171+102+177=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 177 (69.53% from 255 or 39.33% from 450); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB66B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB66B1 is #54994E. Grayscale: #828282. Windows color (decimal): -5544271 or 11626155. OLE color: 11626155.

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

Color convert

RGB171102177-
CMYK0.030.4200.31
HSL295.2º32.47%54.71%-
HSV(B)295.2º42.37%69.41%-
XYZ29.4821.3344.16-
YUV131.18153.86156.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38%
GREEN value IS 102 (40.23% from 255) = 22.67%
BLUE value IS 177 (69.53% from 255) = 39.33%
R=38%
G=22.67%
B=39.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711021770.030.4200.31295.232.4754.71
HexAB66B132A01F1272037
Octal2531462613520374474067
Binary1010101111001101011000111101010011111100100111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB66B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB66B1; }

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

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

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

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

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

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

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

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