#AF9FAC

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

Shades of London Hue #AF9FAC

Tints of London Hue #AF9FAC

Color information

#AF9FAC (or 0xAF9FAC) is unknown color: approx London Hue. HEX triplet: AF, 9F and AC. RGB value is (175,159,172). Sum of RGB (Red+Green+Blue) = 175+159+172=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9FAC is #506053. Grayscale: #A5A5A5. Windows color (decimal): -5267540 or 11313071. OLE color: 11313071.

HSL color Cylindrical-coordinate representation of color #AF9FAC: hue angle of 311.25º 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 #AF9FAC is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB175159172-
CMYK00.090.020.31
HSL311.25º9.09%65.49%-
HSV(B)311.25º9.14%68.63%-
XYZ37.5236.8944.17-
YUV165.27131.8134.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.58%
GREEN value IS 159 (62.5% from 255) = 31.42%
BLUE value IS 172 (67.58% from 255) = 33.99%
R=34.58%
G=31.42%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515917200.090.020.31311.259.0965.49
HexAF9FAC0921F137941
Octal25723725401123746711101
Binary10101111100111111010110001001101111110011011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9FAC; }

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

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

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

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

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

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

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

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