Html Css Color HEX #AFA1BD Chatelle

📋 copy color: '#AFA1BD'

red 175 ◦ green 161 ◦ blue 189

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

Shades of Chatelle #AFA1BD

Tints of Chatelle #AFA1BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36%

R = 33.33%
G = 30.67%
B = 36%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AFA1BD (or 0xAFA1BD) is known color: Chatelle. HEX triplet: AF, A1 and BD. RGB value is (175,161,189). Sum of RGB (Red+Green+Blue) = 175+161+189=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 161 (63.28% from 255 or 30.67% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 189 - color contains mainly: blue. Hex color #AFA1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA1BD is #505E42. Grayscale: #A8A8A8. Windows color (decimal): -5267011 or 12427695. OLE color: 12427695.

HSL color Cylindrical-coordinate representation of color #AFA1BD: hue angle of 270º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFA1BD is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 161 189 -
CMYK 0.07 0.15 0 0.26
HSL 270º 0.18% 0.69% -
HSV(B) 270º 0.15% 0.74% -
XYZ 39.61 38.28 53.44 -
YUV 168.38 139.64 132.72 -
System Red Green Blue C M Y K H S L
Decimal 175 161 189 0.07 0.15 0 0.26 270 0.18 0.69
Hex AF A1 BD 7 F 0 1A 10E 12 45
Octal 257 241 275 7 17 0 32 416 22 105
Binary 10101111 10100001 10111101 111 1111 0 11010 100001110 10010 1000101

Color Harmonies of #AFA1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA1BD

Black with #AFA1BD

Text Example


Text Example

White with #AFA1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA1BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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