#ABA2B5

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

Shades of Chatelle #ABA2B5

Tints of Chatelle #ABA2B5

Color information

#ABA2B5 (or 0xABA2B5) is unknown color: approx Chatelle. HEX triplet: AB, A2 and B5. RGB value is (171,162,181). Sum of RGB (Red+Green+Blue) = 171+162+181=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 162 (63.67% from 255 or 31.52% from 514); Blue value is 181 (71.09% from 255 or 35.21% from 514); Max value from RGB is 181 - color contains mainly: blue. Hex color #ABA2B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA2B5 is #545D4A. Grayscale: #A6A6A6. Windows color (decimal): -5528907 or 11903659. OLE color: 11903659.

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

Color convert

RGB171162181-
CMYK0.060.1000.29
HSL268.42º11.38%67.25%-
HSV(B)268.42º10.5%70.98%-
XYZ38.0637.8349.01-
YUV166.86135.98130.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.27%
GREEN value IS 162 (63.67% from 255) = 31.52%
BLUE value IS 181 (71.09% from 255) = 35.21%
R=33.27%
G=31.52%
B=35.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711621810.060.1000.29268.4211.3867.25
HexABA2B56A01D10cb43
Octal25324226561203541413103
Binary101010111010001010110101110101001110110000110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA2B5; }

 p { color: rgb(171,162,181); }

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

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

 a { background-color: rgb(171,162,181); }

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

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

 span { border-color: rgb(171,162,181); }

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