#AB9BB1

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

Shades of Chatelle #AB9BB1

Tints of Chatelle #AB9BB1

Color information

#AB9BB1 (or 0xAB9BB1) is unknown color: approx Chatelle. HEX triplet: AB, 9B and B1. RGB value is (171,155,177). Sum of RGB (Red+Green+Blue) = 171+155+177=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 177 (69.53% from 255 or 35.19% from 503); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB9BB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9BB1 is #54644E. Grayscale: #A2A2A2. Windows color (decimal): -5530703 or 11639723. OLE color: 11639723.

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

Color convert

RGB171155177-
CMYK0.030.1200.31
HSL283.64º12.36%65.1%-
HSV(B)283.64º12.43%69.41%-
XYZ36.4535.2746.48-
YUV162.29136.3134.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.00%
GREEN value IS 155 (60.94% from 255) = 30.82%
BLUE value IS 177 (69.53% from 255) = 35.19%
R=34.00%
G=30.82%
B=35.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711551770.030.1200.31283.6412.3665.1
HexAB9BB13C01F11cc41
Octal25323326131403743414101
Binary10101011100110111011000111110001111110001110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9BB1; }

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

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

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

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

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

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

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

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