#AFA0BB

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

Shades of Chatelle #AFA0BB

Tints of Chatelle #AFA0BB

Color information

#AFA0BB (or 0xAFA0BB) is unknown color: approx Chatelle. HEX triplet: AF, A0 and BB. RGB value is (175,160,187). Sum of RGB (Red+Green+Blue) = 175+160+187=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 160 (62.89% from 255 or 30.65% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 187 - color contains mainly: blue. Hex color #AFA0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA0BB is #505F44. Grayscale: #A7A7A7. Windows color (decimal): -5267269 or 12296367. OLE color: 12296367.

HSL color Cylindrical-coordinate representation of color #AFA0BB: hue angle of 273.33º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFA0BB is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB175160187-
CMYK0.060.1400.27
HSL273.33º16.56%68.04%-
HSV(B)273.33º14.44%73.33%-
XYZ39.2237.8452.25-
YUV167.56138.97133.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.52%
GREEN value IS 160 (62.89% from 255) = 30.65%
BLUE value IS 187 (73.44% from 255) = 35.82%
R=33.52%
G=30.65%
B=35.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751601870.060.1400.27273.3316.5668.04
HexAFA0BB6E01B1111144
Octal25724027361603342121104
Binary1010111110100000101110111101110011011100010001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA0BB; }

 p { color: rgb(175,160,187); }

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

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

 a { background-color: rgb(175,160,187); }

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

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

 span { border-color: rgb(175,160,187); }

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