#AFA1BC

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

Shades of Chatelle #AFA1BC

Tints of Chatelle #AFA1BC

Color information

#AFA1BC (or 0xAFA1BC) is unknown color: approx Chatelle. HEX triplet: AF, A1 and BC. RGB value is (175,161,188). Sum of RGB (Red+Green+Blue) = 175+161+188=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 161 (63.28% from 255 or 30.73% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 188 - color contains mainly: blue. Hex color #AFA1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA1BC is #505E43. Grayscale: #A8A8A8. Windows color (decimal): -5267012 or 12362159. OLE color: 12362159.

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

Color convert

RGB175161188-
CMYK0.070.1400.26
HSL271.11º16.77%68.43%-
HSV(B)271.11º14.36%73.73%-
XYZ39.538.2352.88-
YUV168.26139.14132.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.40%
GREEN value IS 161 (63.28% from 255) = 30.73%
BLUE value IS 188 (73.83% from 255) = 35.88%
R=33.40%
G=30.73%
B=35.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751611880.070.1400.26271.1116.7768.43
HexAFA1BC7E01A10f1144
Octal25724127471603241721104
Binary1010111110100001101111001111110011010100001111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA1BC; }

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

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

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

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

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

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

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

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