#AF90AD

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

Shades of London Hue #AF90AD

Tints of London Hue #AF90AD

Color information

#AF90AD (or 0xAF90AD) is unknown color: approx London Hue. HEX triplet: AF, 90 and AD. RGB value is (175,144,173). Sum of RGB (Red+Green+Blue) = 175+144+173=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 175 - color contains mainly: red. Hex color #AF90AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF90AD is #506F52. Grayscale: #9C9C9C. Windows color (decimal): -5271379 or 11374767. OLE color: 11374767.

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

Color convert

RGB175144173-
CMYK00.180.010.31
HSL303.87º16.23%62.55%-
HSV(B)303.87º17.71%68.63%-
XYZ35.232.0843.87-
YUV156.57137.27141.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.57%
GREEN value IS 144 (56.64% from 255) = 29.27%
BLUE value IS 173 (67.97% from 255) = 35.16%
R=35.57%
G=29.27%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514417300.180.010.31303.8716.2362.55
HexAF90AD01211F130103f
Octal2572202550221374602077
Binary10101111100100001010110101001011111110011000010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF90AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF90AD; }

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

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

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

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

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

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

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

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