#AB9FB1

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

Shades of Chatelle #AB9FB1

Tints of Chatelle #AB9FB1

Color information

#AB9FB1 (or 0xAB9FB1) is unknown color: approx Chatelle. HEX triplet: AB, 9F and B1. RGB value is (171,159,177). Sum of RGB (Red+Green+Blue) = 171+159+177=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB9FB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9FB1 is #54604E. Grayscale: #A4A4A4. Windows color (decimal): -5529679 or 11640747. OLE color: 11640747.

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

Color convert

RGB171159177-
CMYK0.030.1000.31
HSL280º10.34%65.88%-
HSV(B)280º10.17%69.41%-
XYZ37.1336.6346.71-
YUV164.64134.98132.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.73%
GREEN value IS 159 (62.5% from 255) = 31.36%
BLUE value IS 177 (69.53% from 255) = 34.91%
R=33.73%
G=31.36%
B=34.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711591770.030.1000.3128010.3465.88
HexAB9FB13A01F118a42
Octal25323726131203743012102
Binary10101011100111111011000111101001111110001100010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9FB1; }

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

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

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

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

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

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

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

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