#AF9EAA

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

Shades of London Hue #AF9EAA

Tints of London Hue #AF9EAA

Color information

#AF9EAA (or 0xAF9EAA) is unknown color: approx London Hue. HEX triplet: AF, 9E and AA. RGB value is (175,158,170). Sum of RGB (Red+Green+Blue) = 175+158+170=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9EAA is #506155. Grayscale: #A4A4A4. Windows color (decimal): -5267798 or 11181743. OLE color: 11181743.

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

Color convert

RGB175158170-
CMYK00.100.030.31
HSL317.65º9.6%65.29%-
HSV(B)317.65º9.71%68.63%-
XYZ37.1636.4743.11-
YUV164.45131.13135.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.79%
GREEN value IS 158 (62.11% from 255) = 31.41%
BLUE value IS 170 (66.80% from 255) = 33.80%
R=34.79%
G=31.41%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515817000.100.030.31317.659.665.29
HexAF9EAA0A31F13ea41
Octal25723625201233747612101
Binary10101111100111101010101001010111111110011111010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9EAA; }

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

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

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

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

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

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

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

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