#AB9EAF

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

Shades of Chatelle #AB9EAF

Tints of Chatelle #AB9EAF

Color information

#AB9EAF (or 0xAB9EAF) is unknown color: approx Chatelle. HEX triplet: AB, 9E and AF. RGB value is (171,158,175). Sum of RGB (Red+Green+Blue) = 171+158+175=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB9EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9EAF is #546150. Grayscale: #A3A3A3. Windows color (decimal): -5529937 or 11509419. OLE color: 11509419.

HSL color Cylindrical-coordinate representation of color #AB9EAF: hue angle of 285.88º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AB9EAF is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB171158175-
CMYK0.020.1000.31
HSL285.88º9.6%65.29%-
HSV(B)285.88º9.71%68.63%-
XYZ36.7636.2145.61-
YUV163.82134.31133.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.93%
GREEN value IS 158 (62.11% from 255) = 31.35%
BLUE value IS 175 (68.75% from 255) = 34.72%
R=33.93%
G=31.35%
B=34.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711581750.020.1000.31285.889.665.29
HexAB9EAF2A01F11ea41
Octal25323625721203743612101
Binary10101011100111101010111110101001111110001111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9EAF; }

 p { color: rgb(171,158,175); }

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

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

 a { background-color: rgb(171,158,175); }

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

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

 span { border-color: rgb(171,158,175); }

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