#AF81AB

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

Shades of London Hue #AF81AB

Tints of London Hue #AF81AB

Color information

#AF81AB (or 0xAF81AB) is unknown color: approx London Hue. HEX triplet: AF, 81 and AB. RGB value is (175,129,171). Sum of RGB (Red+Green+Blue) = 175+129+171=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AF81AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF81AB is #507E54. Grayscale: #939393. Windows color (decimal): -5275221 or 11239855. OLE color: 11239855.

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

Color convert

RGB175129171-
CMYK00.260.020.31
HSL305.22º22.33%59.61%-
HSV(B)305.22º26.29%68.63%-
XYZ32.8827.7542.15-
YUV147.54141.24147.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.84%
GREEN value IS 129 (50.78% from 255) = 27.16%
BLUE value IS 171 (67.19% from 255) = 36%
R=36.84%
G=27.16%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512917100.260.020.31305.2222.3359.61
HexAF81AB01A21F131163c
Octal2572012530322374612674
Binary101011111000000110101011011010101111110011000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF81AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF81AB; }

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

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

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

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

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

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

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

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