#ABA4B4

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

Shades of Chatelle #ABA4B4

Tints of Chatelle #ABA4B4

Color information

#ABA4B4 (or 0xABA4B4) is unknown color: approx Chatelle. HEX triplet: AB, A4 and B4. RGB value is (171,164,180). Sum of RGB (Red+Green+Blue) = 171+164+180=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 164 (64.45% from 255 or 31.84% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 180 - color contains mainly: blue. Hex color #ABA4B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA4B4 is #545B4B. Grayscale: #A7A7A7. Windows color (decimal): -5528396 or 11838635. OLE color: 11838635.

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

Color convert

RGB171164180-
CMYK0.050.0900.29
HSL266.25º9.64%67.45%-
HSV(B)266.25º8.89%70.59%-
XYZ38.3138.548.59-
YUV167.92134.82130.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.20%
GREEN value IS 164 (64.45% from 255) = 31.84%
BLUE value IS 180 (70.70% from 255) = 34.95%
R=33.20%
G=31.84%
B=34.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711641800.050.0900.29266.259.6467.45
HexABA4B45901D10aa43
Octal25324426451103541212103
Binary101010111010010010110100101100101110110000101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA4B4; }

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

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

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

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

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

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

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

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