Html Css Color HEX #AFA2BB Chatelle

📋 copy color: '#AFA2BB'

red 175 ◦ green 162 ◦ blue 187

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

Shades of Chatelle #AFA2BB

Tints of Chatelle #AFA2BB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.92%

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

R = 33.4%
G = 30.92%
B = 35.69%

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

#AFA2BB (or 0xAFA2BB) is known color: Chatelle. HEX triplet: AF, A2 and BB. RGB value is (175,162,187). Sum of RGB (Red+Green+Blue) = 175+162+187=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 162 (63.67% from 255 or 30.92% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 187 - color contains mainly: blue. Hex color #AFA2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA2BB is #505D44. Grayscale: #A8A8A8. Windows color (decimal): -5266757 or 12296879. OLE color: 12296879.

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

Color convert

RGB 175 162 187 -
CMYK 0.06 0.13 0 0.27
HSL 271.2º 0.16% 0.68% -
HSV(B) 271.2º 0.13% 0.73% -
XYZ 39.57 38.54 52.37 -
YUV 168.74 138.31 132.47 -
System Red Green Blue C M Y K H S L
Decimal 175 162 187 0.06 0.13 0 0.27 271.2 0.16 0.68
Hex AF A2 BB 6 D 0 1B 10F 10 44
Octal 257 242 273 6 15 0 33 417 20 104
Binary 10101111 10100010 10111011 110 1101 0 11011 100001111 10000 1000100

Color Harmonies of #AFA2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA2BB

Black with #AFA2BB

Text Example


Text Example

White with #AFA2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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