#AFA1BB

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

Shades of Chatelle #AFA1BB

Tints of Chatelle #AFA1BB

Color information

#AFA1BB (or 0xAFA1BB) is unknown color: approx Chatelle. HEX triplet: AF, A1 and BB. RGB value is (175,161,187). Sum of RGB (Red+Green+Blue) = 175+161+187=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 161 (63.28% from 255 or 30.78% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 187 - color contains mainly: blue. Hex color #AFA1BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA1BB is #505E44. Grayscale: #A8A8A8. Windows color (decimal): -5267013 or 12296623. OLE color: 12296623.

HSL color Cylindrical-coordinate representation of color #AFA1BB: hue angle of 272.31º degrees, saturation: 0.16, 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 #AFA1BB is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB175161187-
CMYK0.060.1400.27
HSL272.31º16.05%68.24%-
HSV(B)272.31º13.9%73.33%-
XYZ39.3938.1952.31-
YUV168.15138.64132.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.46%
GREEN value IS 161 (63.28% from 255) = 30.78%
BLUE value IS 187 (73.44% from 255) = 35.76%
R=33.46%
G=30.78%
B=35.76%

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
Decimal1751611870.060.1400.27272.3116.0568.24
HexAFA1BB6E01B1101044
Octal25724127361603342020104
Binary1010111110100001101110111101110011011100010000100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA1BB; }

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

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

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

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

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

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

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

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