#AF91AD

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

Shades of London Hue #AF91AD

Tints of London Hue #AF91AD

Color information

#AF91AD (or 0xAF91AD) is unknown color: approx London Hue. HEX triplet: AF, 91 and AD. RGB value is (175,145,173). Sum of RGB (Red+Green+Blue) = 175+145+173=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 175 - color contains mainly: red. Hex color #AF91AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF91AD is #506E52. Grayscale: #9D9D9D. Windows color (decimal): -5271123 or 11375023. OLE color: 11375023.

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

Color convert

RGB175145173-
CMYK00.170.010.31
HSL304º15.79%62.75%-
HSV(B)304º17.14%68.63%-
XYZ35.3532.3843.92-
YUV157.16136.94140.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.50%
GREEN value IS 145 (57.03% from 255) = 29.41%
BLUE value IS 173 (67.97% from 255) = 35.09%
R=35.50%
G=29.41%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514517300.170.010.3130415.7962.75
HexAF91AD01111F130103f
Octal2572212550211374602077
Binary10101111100100011010110101000111111110011000010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF91AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF91AD; }

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

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

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

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

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

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

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

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