#AF8EAF

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

Shades of London Hue #AF8EAF

Tints of London Hue #AF8EAF

Color information

#AF8EAF (or 0xAF8EAF) is unknown color: approx London Hue. HEX triplet: AF, 8E and AF. RGB value is (175,142,175). Sum of RGB (Red+Green+Blue) = 175+142+175=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF8EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8EAF is #507150. Grayscale: #9B9B9B. Windows color (decimal): -5271889 or 11505327. OLE color: 11505327.

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

Color convert

RGB175142175-
CMYK00.1900.31
HSL300º17.1%62.16%-
HSV(B)300º18.86%68.63%-
XYZ35.0931.5644.8-
YUV155.63138.93141.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.57%
GREEN value IS 142 (55.86% from 255) = 28.86%
BLUE value IS 175 (68.75% from 255) = 35.57%
R=35.57%
G=28.86%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514217500.1900.3130017.162.16
HexAF8EAF01301F12c113e
Octal2572162570230374542176
Binary10101111100011101010111101001101111110010110010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8EAF; }

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

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

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

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

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

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

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

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