Html Css Color HEX #AFA3BC Chatelle

📋 copy color: '#AFA3BC'

red 175 ◦ green 163 ◦ blue 188

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

Shades of Chatelle #AFA3BC

Tints of Chatelle #AFA3BC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.99%

 BLUE value IS 188 (73.83% from 255) = 35.74%

R = 33.27%
G = 30.99%
B = 35.74%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AFA3BC (or 0xAFA3BC) is known color: Chatelle. HEX triplet: AF, A3 and BC. RGB value is (175,163,188). Sum of RGB (Red+Green+Blue) = 175+163+188=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 163 (64.06% from 255 or 30.99% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 188 - color contains mainly: blue. Hex color #AFA3BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA3BC is #505C43. Grayscale: #A9A9A9. Windows color (decimal): -5266500 or 12362671. OLE color: 12362671.

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

Color convert

RGB 175 163 188 -
CMYK 0.07 0.13 0 0.26
HSL 268.8º 0.16% 0.69% -
HSV(B) 268.8º 0.13% 0.74% -
XYZ 39.85 38.94 52.99 -
YUV 169.44 138.48 131.97 -
System Red Green Blue C M Y K H S L
Decimal 175 163 188 0.07 0.13 0 0.26 268.8 0.16 0.69
Hex AF A3 BC 7 D 0 1A 10D 10 45
Octal 257 243 274 7 15 0 32 415 20 105
Binary 10101111 10100011 10111100 111 1101 0 11010 100001101 10000 1000101

Color Harmonies of #AFA3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA3BC

Black with #AFA3BC

Text Example


Text Example

White with #AFA3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA3BC; }

 p { color: rgb(175,163,188); }

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

background-color css

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

 a { background-color: rgb(175,163,188); }

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

border-color css

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

 span { border-color: rgb(175,163,188); }

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