#AF9FAD

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

Shades of London Hue #AF9FAD

Tints of London Hue #AF9FAD

Color information

#AF9FAD (or 0xAF9FAD) is unknown color: approx London Hue. HEX triplet: AF, 9F and AD. RGB value is (175,159,173). Sum of RGB (Red+Green+Blue) = 175+159+173=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9FAD is #506052. Grayscale: #A5A5A5. Windows color (decimal): -5267539 or 11378607. OLE color: 11378607.

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

Color convert

RGB175159173-
CMYK00.090.010.31
HSL307.5º9.09%65.49%-
HSV(B)307.5º9.14%68.63%-
XYZ37.6236.9344.68-
YUV165.38132.3134.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.52%
GREEN value IS 159 (62.5% from 255) = 31.36%
BLUE value IS 173 (67.97% from 255) = 34.12%
R=34.52%
G=31.36%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515917300.090.010.31307.59.0965.49
HexAF9FAD0911F134941
Octal25723725501113746411101
Binary1010111110011111101011010100111111110011010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9FAD; }

 p { color: rgb(175,159,173); }

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

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

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

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

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

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

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