#AF90AF

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

Shades of London Hue #AF90AF

Tints of London Hue #AF90AF

Color information

#AF90AF (or 0xAF90AF) is unknown color: approx London Hue. HEX triplet: AF, 90 and AF. RGB value is (175,144,175). Sum of RGB (Red+Green+Blue) = 175+144+175=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF90AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF90AF is #506F50. Grayscale: #9C9C9C. Windows color (decimal): -5271377 or 11505839. OLE color: 11505839.

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

Color convert

RGB175144175-
CMYK00.1800.31
HSL300º16.23%62.55%-
HSV(B)300º17.71%68.63%-
XYZ35.3932.1644.9-
YUV156.8138.27140.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.43%
GREEN value IS 144 (56.64% from 255) = 29.15%
BLUE value IS 175 (68.75% from 255) = 35.43%
R=35.43%
G=29.15%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514417500.1800.3130016.2362.55
HexAF90AF01201F12c103f
Octal2572202570220374542077
Binary10101111100100001010111101001001111110010110010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF90AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF90AF; }

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

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

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

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

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

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

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

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