#AF81AE

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

Shades of London Hue #AF81AE

Tints of London Hue #AF81AE

Color information

#AF81AE (or 0xAF81AE) is unknown color: approx London Hue. HEX triplet: AF, 81 and AE. RGB value is (175,129,174). Sum of RGB (Red+Green+Blue) = 175+129+174=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AF81AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF81AE is #507E51. Grayscale: #939393. Windows color (decimal): -5275218 or 11436463. OLE color: 11436463.

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

Color convert

RGB175129174-
CMYK00.260.010.31
HSL301.3º22.33%59.61%-
HSV(B)301.3º26.29%68.63%-
XYZ33.1727.8743.68-
YUV147.88142.74147.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.61%
GREEN value IS 129 (50.78% from 255) = 26.99%
BLUE value IS 174 (68.36% from 255) = 36.40%
R=36.61%
G=26.99%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512917400.260.010.31301.322.3359.61
HexAF81AE01A11F12d163c
Octal2572012560321374552674
Binary10101111100000011010111001101011111110010110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF81AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF81AE; }

 p { color: rgb(175,129,174); }

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

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

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

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

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

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

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