#AF88AC

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

Shades of London Hue #AF88AC

Tints of London Hue #AF88AC

Color information

#AF88AC (or 0xAF88AC) is unknown color: approx London Hue. HEX triplet: AF, 88 and AC. RGB value is (175,136,172). Sum of RGB (Red+Green+Blue) = 175+136+172=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 175 - color contains mainly: red. Hex color #AF88AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF88AC is #507753. Grayscale: #979797. Windows color (decimal): -5273428 or 11307183. OLE color: 11307183.

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

Color convert

RGB175136172-
CMYK00.220.020.31
HSL304.62º19.6%60.98%-
HSV(B)304.62º22.29%68.63%-
XYZ33.9329.742.97-
YUV151.76139.42144.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.23%
GREEN value IS 136 (53.52% from 255) = 28.16%
BLUE value IS 172 (67.58% from 255) = 35.61%
R=36.23%
G=28.16%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513617200.220.020.31304.6219.660.98
HexAF88AC01621F131143d
Octal2572102540262374612475
Binary101011111000100010101100010110101111110011000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF88AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF88AC; }

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

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

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

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

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

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

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

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