#AF8FAD

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

Shades of London Hue #AF8FAD

Tints of London Hue #AF8FAD

Color information

#AF8FAD (or 0xAF8FAD) is unknown color: approx London Hue. HEX triplet: AF, 8F and AD. RGB value is (175,143,173). Sum of RGB (Red+Green+Blue) = 175+143+173=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8FAD is #507052. Grayscale: #9B9B9B. Windows color (decimal): -5271635 or 11374511. OLE color: 11374511.

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

Color convert

RGB175143173-
CMYK00.180.010.31
HSL303.75º16.67%62.35%-
HSV(B)303.75º18.29%68.63%-
XYZ35.0431.7843.82-
YUV155.99137.6141.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.64%
GREEN value IS 143 (56.25% from 255) = 29.12%
BLUE value IS 173 (67.97% from 255) = 35.23%
R=35.64%
G=29.12%
B=35.23%

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
Decimal17514317300.180.010.31303.7516.6762.35
HexAF8FAD01211F130113e
Octal2572172550221374602176
Binary10101111100011111010110101001011111110011000010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8FAD; }

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

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

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

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

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

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

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

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