Html Css Color HEX #AFA1BA Chatelle

📋 copy color: '#AFA1BA'

red 175 ◦ green 161 ◦ blue 186

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

Shades of Chatelle #AFA1BA

Tints of Chatelle #AFA1BA

RGB

 RED value IS 175 (68.75% from 255) = 33.52%

 GREEN value IS 161 (63.28% from 255) = 30.84%

 BLUE value IS 186 (73.05% from 255) = 35.63%

R = 33.52%
G = 30.84%
B = 35.63%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AFA1BA (or 0xAFA1BA) is known color: Chatelle. HEX triplet: AF, A1 and BA. RGB value is (175,161,186). Sum of RGB (Red+Green+Blue) = 175+161+186=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 161 (63.28% from 255 or 30.84% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 186 - color contains mainly: blue. Hex color #AFA1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA1BA is #505E45. Grayscale: #A7A7A7. Windows color (decimal): -5267014 or 12231087. OLE color: 12231087.

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

Color convert

RGB 175 161 186 -
CMYK 0.06 0.13 0 0.27
HSL 273.6º 0.15% 0.68% -
HSV(B) 273.6º 0.13% 0.73% -
XYZ 39.29 38.15 51.75 -
YUV 168.04 138.14 132.97 -
System Red Green Blue C M Y K H S L
Decimal 175 161 186 0.06 0.13 0 0.27 273.6 0.15 0.68
Hex AF A1 BA 6 D 0 1B 112 F 44
Octal 257 241 272 6 15 0 33 422 17 104
Binary 10101111 10100001 10111010 110 1101 0 11011 100010010 1111 1000100

Color Harmonies of #AFA1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA1BA

Black with #AFA1BA

Text Example


Text Example

White with #AFA1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA1BA; }

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

 H1.HeaderClassName
 {
   color: #AFA1BA;
 }
 .AnyTagClassName
 {
   color: #AFA1BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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