#AFA2B7

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

Shades of Chatelle #AFA2B7

Tints of Chatelle #AFA2B7

Color information

#AFA2B7 (or 0xAFA2B7) is unknown color: approx Chatelle. HEX triplet: AF, A2 and B7. RGB value is (175,162,183). Sum of RGB (Red+Green+Blue) = 175+162+183=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 183 (71.88% from 255 or 35.19% from 520); Max value from RGB is 183 - color contains mainly: blue. Hex color #AFA2B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA2B7 is #505D48. Grayscale: #A8A8A8. Windows color (decimal): -5266761 or 12034735. OLE color: 12034735.

HSL color Cylindrical-coordinate representation of color #AFA2B7: hue angle of 277.14º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFA2B7 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB175162183-
CMYK0.040.1100.28
HSL277.14º12.73%67.65%-
HSV(B)277.14º11.48%71.76%-
XYZ39.1538.3750.14-
YUV168.28136.31132.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.65%
GREEN value IS 162 (63.67% from 255) = 31.15%
BLUE value IS 183 (71.88% from 255) = 35.19%
R=33.65%
G=31.15%
B=35.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751621830.040.1100.28277.1412.7367.65
HexAFA2B74B01C115d44
Octal25724226741303442515104
Binary101011111010001010110111100101101110010001010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA2B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA2B7; }

 p { color: rgb(175,162,183); }

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

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

 a { background-color: rgb(175,162,183); }

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

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

 span { border-color: rgb(175,162,183); }

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