#AF9DAF

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

Shades of London Hue #AF9DAF

Tints of London Hue #AF9DAF

Color information

#AF9DAF (or 0xAF9DAF) is unknown color: approx London Hue. HEX triplet: AF, 9D and AF. RGB value is (175,157,175). Sum of RGB (Red+Green+Blue) = 175+157+175=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF9DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9DAF is #506250. Grayscale: #A4A4A4. Windows color (decimal): -5268049 or 11509167. OLE color: 11509167.

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

Color convert

RGB175157175-
CMYK00.1000.31
HSL300º10.11%65.1%-
HSV(B)300º10.29%68.63%-
XYZ37.4736.3245.59-
YUV164.43133.96135.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.52%
GREEN value IS 157 (61.72% from 255) = 30.97%
BLUE value IS 175 (68.75% from 255) = 34.52%
R=34.52%
G=30.97%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515717500.1000.3130010.1165.1
HexAF9DAF0A01F12ca41
Octal25723525701203745412101
Binary1010111110011101101011110101001111110010110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9DAF; }

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

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

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

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

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

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

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

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