#AF9BAF

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

Shades of London Hue #AF9BAF

Tints of London Hue #AF9BAF

Color information

#AF9BAF (or 0xAF9BAF) is unknown color: approx London Hue. HEX triplet: AF, 9B and AF. RGB value is (175,155,175). Sum of RGB (Red+Green+Blue) = 175+155+175=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF9BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9BAF is #506450. Grayscale: #A3A3A3. Windows color (decimal): -5268561 or 11508655. OLE color: 11508655.

HSL color Cylindrical-coordinate representation of color #AF9BAF: hue angle of 300º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AF9BAF is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB175155175-
CMYK00.1100.31
HSL300º11.11%64.71%-
HSV(B)300º11.43%68.63%-
XYZ37.1435.6545.48-
YUV163.26134.63136.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.65%
GREEN value IS 155 (60.94% from 255) = 30.69%
BLUE value IS 175 (68.75% from 255) = 34.65%
R=34.65%
G=30.69%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515517500.1100.3130011.1164.71
HexAF9BAF0B01F12cb41
Octal25723325701303745413101
Binary1010111110011011101011110101101111110010110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9BAF; }

 p { color: rgb(175,155,175); }

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

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

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

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

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

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

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