#AF80AC

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

Shades of London Hue #AF80AC

Tints of London Hue #AF80AC

Color information

#AF80AC (or 0xAF80AC) is unknown color: approx London Hue. HEX triplet: AF, 80 and AC. RGB value is (175,128,172). Sum of RGB (Red+Green+Blue) = 175+128+172=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AF80AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF80AC is #507F53. Grayscale: #929292. Windows color (decimal): -5275476 or 11305135. OLE color: 11305135.

HSL color Cylindrical-coordinate representation of color #AF80AC: hue angle of 303.83º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF80AC is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB175128172-
CMYK00.270.020.31
HSL303.83º22.71%59.41%-
HSV(B)303.83º26.86%68.63%-
XYZ32.8427.5342.61-
YUV147.07142.07147.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.84%
GREEN value IS 128 (50.39% from 255) = 26.95%
BLUE value IS 172 (67.58% from 255) = 36.21%
R=36.84%
G=26.95%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512817200.270.020.31303.8322.7159.41
HexAF80AC01B21F130173b
Octal2572002540332374602773
Binary101011111000000010101100011011101111110011000010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF80AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF80AC; }

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

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

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

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

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

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

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

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