#AB9DB1

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

Shades of Chatelle #AB9DB1

Tints of Chatelle #AB9DB1

Color information

#AB9DB1 (or 0xAB9DB1) is unknown color: approx Chatelle. HEX triplet: AB, 9D and B1. RGB value is (171,157,177). Sum of RGB (Red+Green+Blue) = 171+157+177=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB9DB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9DB1 is #54624E. Grayscale: #A3A3A3. Windows color (decimal): -5530191 or 11640235. OLE color: 11640235.

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

Color convert

RGB171157177-
CMYK0.030.1100.31
HSL282º11.36%65.49%-
HSV(B)282º11.3%69.41%-
XYZ36.7935.9546.59-
YUV163.47135.64133.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.86%
GREEN value IS 157 (61.72% from 255) = 31.09%
BLUE value IS 177 (69.53% from 255) = 35.05%
R=33.86%
G=31.09%
B=35.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711571770.030.1100.3128211.3665.49
HexAB9DB13B01F11ab41
Octal25323526131303743213101
Binary10101011100111011011000111101101111110001101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9DB1; }

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

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

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

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

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

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

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

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