#AF8EAA

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

Shades of London Hue #AF8EAA

Tints of London Hue #AF8EAA

Color information

#AF8EAA (or 0xAF8EAA) is unknown color: approx London Hue. HEX triplet: AF, 8E and AA. RGB value is (175,142,170). Sum of RGB (Red+Green+Blue) = 175+142+170=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8EAA is #507155. Grayscale: #9A9A9A. Windows color (decimal): -5271894 or 11177647. OLE color: 11177647.

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

Color convert

RGB175142170-
CMYK00.190.030.31
HSL309.09º17.1%62.16%-
HSV(B)309.09º18.86%68.63%-
XYZ34.6131.3642.26-
YUV155.06136.43142.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.93%
GREEN value IS 142 (55.86% from 255) = 29.16%
BLUE value IS 170 (66.80% from 255) = 34.91%
R=35.93%
G=29.16%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514217000.190.030.31309.0917.162.16
HexAF8EAA01331F135113e
Octal2572162520233374652176
Binary101011111000111010101010010011111111110011010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8EAA; }

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

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

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

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

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

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

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

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