#ABA2B3

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

Shades of Chatelle #ABA2B3

Tints of Chatelle #ABA2B3

Color information

#ABA2B3 (or 0xABA2B3) is unknown color: approx Chatelle. HEX triplet: AB, A2 and B3. RGB value is (171,162,179). Sum of RGB (Red+Green+Blue) = 171+162+179=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 179 (70.31% from 255 or 34.96% from 512); Max value from RGB is 179 - color contains mainly: blue. Hex color #ABA2B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA2B3 is #545D4C. Grayscale: #A6A6A6. Windows color (decimal): -5528909 or 11772587. OLE color: 11772587.

HSL color Cylindrical-coordinate representation of color #ABA2B3: hue angle of 271.76º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABA2B3 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB171162179-
CMYK0.040.0900.30
HSL271.76º10.06%66.86%-
HSV(B)271.76º9.5%70.2%-
XYZ37.8537.7547.94-
YUV166.63134.98131.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.40%
GREEN value IS 162 (63.67% from 255) = 31.64%
BLUE value IS 179 (70.31% from 255) = 34.96%
R=33.40%
G=31.64%
B=34.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711621790.040.0900.30271.7610.0666.86
HexABA2B34901E110a43
Octal25324226341103642012103
Binary101010111010001010110011100100101111010001000010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA2B3; }

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

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

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

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

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

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

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

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