Html Css Color HEX #AFA0BB Chatelle

📋 copy color: '#AFA0BB'

red 175 ◦ green 160 ◦ blue 187

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

Shades of Chatelle #AFA0BB

Tints of Chatelle #AFA0BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.82%

R = 33.52%
G = 30.65%
B = 35.82%

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

#AFA0BB (or 0xAFA0BB) is known color: Chatelle. HEX triplet: AF, A0 and BB. RGB value is (175,160,187). Sum of RGB (Red+Green+Blue) = 175+160+187=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 160 (62.89% from 255 or 30.65% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 187 - color contains mainly: blue. Hex color #AFA0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA0BB is #505F44. Grayscale: #A7A7A7. Windows color (decimal): -5267269 or 12296367. OLE color: 12296367.

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

Color convert

RGB 175 160 187 -
CMYK 0.06 0.14 0 0.27
HSL 273.33º 0.17% 0.68% -
HSV(B) 273.33º 0.14% 0.73% -
XYZ 39.22 37.84 52.25 -
YUV 167.56 138.97 133.3 -
System Red Green Blue C M Y K H S L
Decimal 175 160 187 0.06 0.14 0 0.27 273.33 0.17 0.68
Hex AF A0 BB 6 E 0 1B 111 11 44
Octal 257 240 273 6 16 0 33 421 21 104
Binary 10101111 10100000 10111011 110 1110 0 11011 100010001 10001 1000100

Color Harmonies of #AFA0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA0BB

Black with #AFA0BB

Text Example


Text Example

White with #AFA0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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