#AF96AD

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

Shades of London Hue #AF96AD

Tints of London Hue #AF96AD

Color information

#AF96AD (or 0xAF96AD) is unknown color: approx London Hue. HEX triplet: AF, 96 and AD. RGB value is (175,150,173). Sum of RGB (Red+Green+Blue) = 175+150+173=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 175 - color contains mainly: red. Hex color #AF96AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF96AD is #506952. Grayscale: #A0A0A0. Windows color (decimal): -5269843 or 11376303. OLE color: 11376303.

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

Color convert

RGB175150173-
CMYK00.140.010.31
HSL304.8º13.51%63.73%-
HSV(B)304.8º14.29%68.63%-
XYZ36.1333.9444.18-
YUV160.1135.28138.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.14%
GREEN value IS 150 (58.98% from 255) = 30.12%
BLUE value IS 173 (67.97% from 255) = 34.74%
R=35.14%
G=30.12%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515017300.140.010.31304.813.5163.73
HexAF96AD0E11F131e40
Octal25722625501613746116100
Binary1010111110010110101011010111011111110011000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF96AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF96AD; }

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

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

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

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

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

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

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

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