Html Css Color HEX #AFA0BA Chatelle

📋 copy color: '#AFA0BA'

red 175 ◦ green 160 ◦ blue 186

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

Shades of Chatelle #AFA0BA

Tints of Chatelle #AFA0BA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.71%

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

R = 33.59%
G = 30.71%
B = 35.7%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AFA0BA (or 0xAFA0BA) is known color: Chatelle. HEX triplet: AF, A0 and BA. RGB value is (175,160,186). Sum of RGB (Red+Green+Blue) = 175+160+186=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 186 - color contains mainly: blue. Hex color #AFA0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA0BA is #505F45. Grayscale: #A7A7A7. Windows color (decimal): -5267270 or 12230831. OLE color: 12230831.

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

Color convert

RGB 175 160 186 -
CMYK 0.06 0.14 0 0.27
HSL 274.62º 0.16% 0.68% -
HSV(B) 274.62º 0.14% 0.73% -
XYZ 39.11 37.8 51.69 -
YUV 167.45 138.47 133.39 -
System Red Green Blue C M Y K H S L
Decimal 175 160 186 0.06 0.14 0 0.27 274.62 0.16 0.68
Hex AF A0 BA 6 E 0 1B 113 10 44
Octal 257 240 272 6 16 0 33 423 20 104
Binary 10101111 10100000 10111010 110 1110 0 11011 100010011 10000 1000100

Color Harmonies of #AFA0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA0BA

Black with #AFA0BA

Text Example


Text Example

White with #AFA0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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