#AF91AA

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

Shades of London Hue #AF91AA

Tints of London Hue #AF91AA

Color information

#AF91AA (or 0xAF91AA) is unknown color: approx London Hue. HEX triplet: AF, 91 and AA. RGB value is (175,145,170). Sum of RGB (Red+Green+Blue) = 175+145+170=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 145 (57.03% from 255 or 29.59% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 175 - color contains mainly: red. Hex color #AF91AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF91AA is #506E55. Grayscale: #9C9C9C. Windows color (decimal): -5271126 or 11178415. OLE color: 11178415.

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

Color convert

RGB175145170-
CMYK00.170.030.31
HSL310º15.79%62.75%-
HSV(B)310º17.14%68.63%-
XYZ35.0632.2742.41-
YUV156.82135.44140.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.71%
GREEN value IS 145 (57.03% from 255) = 29.59%
BLUE value IS 170 (66.80% from 255) = 34.69%
R=35.71%
G=29.59%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514517000.170.030.3131015.7962.75
HexAF91AA01131F136103f
Octal2572212520213374662077
Binary101011111001000110101010010001111111110011011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF91AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF91AA; }

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

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

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

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

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

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

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

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