#AF81AC

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

Shades of London Hue #AF81AC

Tints of London Hue #AF81AC

Color information

#AF81AC (or 0xAF81AC) is unknown color: approx London Hue. HEX triplet: AF, 81 and AC. RGB value is (175,129,172). Sum of RGB (Red+Green+Blue) = 175+129+172=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 175 - color contains mainly: red. Hex color #AF81AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF81AC is #507E53. Grayscale: #939393. Windows color (decimal): -5275220 or 11305391. OLE color: 11305391.

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

Color convert

RGB175129172-
CMYK00.260.020.31
HSL303.91º22.33%59.61%-
HSV(B)303.91º26.29%68.63%-
XYZ32.9827.7942.66-
YUV147.66141.74147.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.76%
GREEN value IS 129 (50.78% from 255) = 27.10%
BLUE value IS 172 (67.58% from 255) = 36.13%
R=36.76%
G=27.10%
B=36.13%

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
Decimal17512917200.260.020.31303.9122.3359.61
HexAF81AC01A21F130163c
Octal2572012540322374602674
Binary101011111000000110101100011010101111110011000010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF81AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF81AC; }

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

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

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

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

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

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

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

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