#AB9EB1

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

Shades of Chatelle #AB9EB1

Tints of Chatelle #AB9EB1

Color information

#AB9EB1 (or 0xAB9EB1) is unknown color: approx Chatelle. HEX triplet: AB, 9E and B1. RGB value is (171,158,177). Sum of RGB (Red+Green+Blue) = 171+158+177=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 177 (69.53% from 255 or 34.98% from 506); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB9EB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9EB1 is #54614E. Grayscale: #A3A3A3. Windows color (decimal): -5529935 or 11640491. OLE color: 11640491.

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

Color convert

RGB171158177-
CMYK0.030.1100.31
HSL281.05º10.86%65.69%-
HSV(B)281.05º10.73%69.41%-
XYZ36.9636.2946.65-
YUV164.05135.31132.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.79%
GREEN value IS 158 (62.11% from 255) = 31.23%
BLUE value IS 177 (69.53% from 255) = 34.98%
R=33.79%
G=31.23%
B=34.98%

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
Decimal1711581770.030.1100.31281.0510.8665.69
HexAB9EB13B01F119b42
Octal25323626131303743113102
Binary10101011100111101011000111101101111110001100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9EB1; }

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

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

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

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

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

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

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

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