#ABA0B4

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

Shades of Chatelle #ABA0B4

Tints of Chatelle #ABA0B4

Color information

#ABA0B4 (or 0xABA0B4) is unknown color: approx Chatelle. HEX triplet: AB, A0 and B4. RGB value is (171,160,180). Sum of RGB (Red+Green+Blue) = 171+160+180=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 180 - color contains mainly: blue. Hex color #ABA0B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA0B4 is #545F4B. Grayscale: #A5A5A5. Windows color (decimal): -5529420 or 11837611. OLE color: 11837611.

HSL color Cylindrical-coordinate representation of color #ABA0B4: hue angle of 273º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABA0B4 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB171160180-
CMYK0.050.1100.29
HSL273º11.76%66.67%-
HSV(B)273º11.11%70.59%-
XYZ37.637.0948.36-
YUV165.57136.14131.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.46%
GREEN value IS 160 (62.89% from 255) = 31.31%
BLUE value IS 180 (70.70% from 255) = 35.23%
R=33.46%
G=31.31%
B=35.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711601800.050.1100.2927311.7666.67
HexABA0B45B01D111c43
Octal25324026451303542114103
Binary101010111010000010110100101101101110110001000111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA0B4; }

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

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

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

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

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

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

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

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