#ABA0B1

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

Shades of Chatelle #ABA0B1

Tints of Chatelle #ABA0B1

Color information

#ABA0B1 (or 0xABA0B1) is unknown color: approx Chatelle. HEX triplet: AB, A0 and B1. RGB value is (171,160,177). Sum of RGB (Red+Green+Blue) = 171+160+177=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 177 (69.53% from 255 or 34.84% from 508); Max value from RGB is 177 - color contains mainly: blue. Hex color #ABA0B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA0B1 is #545F4E. Grayscale: #A5A5A5. Windows color (decimal): -5529423 or 11641003. OLE color: 11641003.

HSL color Cylindrical-coordinate representation of color #ABA0B1: hue angle of 278.82º 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 #ABA0B1 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB171160177-
CMYK0.030.1000.31
HSL278.82º9.83%66.08%-
HSV(B)278.82º9.6%69.41%-
XYZ37.336.9746.77-
YUV165.23134.64132.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.66%
GREEN value IS 160 (62.89% from 255) = 31.50%
BLUE value IS 177 (69.53% from 255) = 34.84%
R=33.66%
G=31.50%
B=34.84%

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
Decimal1711601770.030.1000.31278.829.8366.08
HexABA0B13A01F117a42
Octal25324026131203742712102
Binary10101011101000001011000111101001111110001011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA0B1; }

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

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

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

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

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

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

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

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