#AFA4BB

Color #AFA4BB Chatelle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chatelle #AFA4BB

Tints of Chatelle #AFA4BB

Color information

#AFA4BB (or 0xAFA4BB) is unknown color: approx Chatelle. HEX triplet: AF, A4 and BB. RGB value is (175,164,187). Sum of RGB (Red+Green+Blue) = 175+164+187=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 187 - color contains mainly: blue. Hex color #AFA4BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA4BB is #505B44. Grayscale: #A9A9A9. Windows color (decimal): -5266245 or 12297391. OLE color: 12297391.

HSL color Cylindrical-coordinate representation of color #AFA4BB: hue angle of 268.7º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFA4BB is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB175164187-
CMYK0.060.1200.27
HSL268.7º14.47%68.82%-
HSV(B)268.7º12.3%73.33%-
XYZ39.9239.2552.49-
YUV169.91137.64131.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.27%
GREEN value IS 164 (64.45% from 255) = 31.18%
BLUE value IS 187 (73.44% from 255) = 35.55%
R=33.27%
G=31.18%
B=35.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751641870.060.1200.27268.714.4768.82
HexAFA4BB6C01B10de45
Octal25724427361403341516105
Binary101011111010010010111011110110001101110000110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA4BB; }

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

 H1.HeaderClassName
 {
   color: #AFA4BB;
 }
 .AnyTagClassName
 {
   color: #AFA4BB;
 }
</style>
background-color css

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

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

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

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

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

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