#AF81AA

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

Shades of London Hue #AF81AA

Tints of London Hue #AF81AA

Color information

#AF81AA (or 0xAF81AA) is unknown color: approx London Hue. HEX triplet: AF, 81 and AA. RGB value is (175,129,170). Sum of RGB (Red+Green+Blue) = 175+129+170=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 175 - color contains mainly: red. Hex color #AF81AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF81AA is #507E55. Grayscale: #939393. Windows color (decimal): -5275222 or 11174319. OLE color: 11174319.

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

Color convert

RGB175129170-
CMYK00.260.030.31
HSL306.52º22.33%59.61%-
HSV(B)306.52º26.29%68.63%-
XYZ32.7927.7241.65-
YUV147.43140.74147.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.92%
GREEN value IS 129 (50.78% from 255) = 27.22%
BLUE value IS 170 (66.80% from 255) = 35.86%
R=36.92%
G=27.22%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512917000.260.030.31306.5222.3359.61
HexAF81AA01A31F133163c
Octal2572012520323374632674
Binary101011111000000110101010011010111111110011001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF81AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF81AA; }

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

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

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

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

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

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

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

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