#AFA2BC

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

Shades of Chatelle #AFA2BC

Tints of Chatelle #AFA2BC

Color information

#AFA2BC (or 0xAFA2BC) is unknown color: approx Chatelle. HEX triplet: AF, A2 and BC. RGB value is (175,162,188). Sum of RGB (Red+Green+Blue) = 175+162+188=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 162 (63.67% from 255 or 30.86% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 188 - color contains mainly: blue. Hex color #AFA2BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA2BC is #505D43. Grayscale: #A8A8A8. Windows color (decimal): -5266756 or 12362415. OLE color: 12362415.

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

Color convert

RGB175162188-
CMYK0.070.1400.26
HSL270º16.25%68.63%-
HSV(B)270º13.83%73.73%-
XYZ39.6838.5952.93-
YUV168.85138.81132.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.33%
GREEN value IS 162 (63.67% from 255) = 30.86%
BLUE value IS 188 (73.83% from 255) = 35.81%
R=33.33%
G=30.86%
B=35.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751621880.070.1400.2627016.2568.63
HexAFA2BC7E01A10e1045
Octal25724227471603241620105
Binary1010111110100010101111001111110011010100001110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA2BC; }

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

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

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

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

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

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

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

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