#AF9EAF

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

Shades of London Hue #AF9EAF

Tints of London Hue #AF9EAF

Color information

#AF9EAF (or 0xAF9EAF) is unknown color: approx London Hue. HEX triplet: AF, 9E and AF. RGB value is (175,158,175). Sum of RGB (Red+Green+Blue) = 175+158+175=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF9EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9EAF is #506150. Grayscale: #A4A4A4. Windows color (decimal): -5267793 or 11509423. OLE color: 11509423.

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

Color convert

RGB175158175-
CMYK00.1000.31
HSL300º9.6%65.29%-
HSV(B)300º9.71%68.63%-
XYZ37.6436.6645.65-
YUV165.02133.63135.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.45%
GREEN value IS 158 (62.11% from 255) = 31.10%
BLUE value IS 175 (68.75% from 255) = 34.45%
R=34.45%
G=31.10%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515817500.1000.313009.665.29
HexAF9EAF0A01F12ca41
Octal25723625701203745412101
Binary1010111110011110101011110101001111110010110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9EAF; }

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

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

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

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

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

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

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

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