Html Css Color HEX #AFA2B7 Chatelle

📋 copy color: '#AFA2B7'

red 175 ◦ green 162 ◦ blue 183

#AFA2B7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chatelle #AFA2B7

Tints of Chatelle #AFA2B7

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 value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AFA2B7 (or 0xAFA2B7) is known color: 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

RGB 175 162 183 -
CMYK 0.04 0.11 0 0.28
HSL 277.14º 0.13% 0.68% -
HSV(B) 277.14º 0.11% 0.72% -
XYZ 39.15 38.37 50.14 -
YUV 168.28 136.31 132.79 -
System Red Green Blue C M Y K H S L
Decimal 175 162 183 0.04 0.11 0 0.28 277.14 0.13 0.68
Hex AF A2 B7 4 B 0 1C 115 D 44
Octal 257 242 267 4 13 0 34 425 15 104
Binary 10101111 10100010 10110111 100 1011 0 11100 100010101 1101 1000100

Color Harmonies of #AFA2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA2B7

Black with #AFA2B7

Text Example


Text Example

White with #AFA2B7

Text Example


Text Example

HTML Codes & Css Web 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>