#AF88A9

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

Shades of London Hue #AF88A9

Tints of London Hue #AF88A9

Color information

#AF88A9 (or 0xAF88A9) is unknown color: approx London Hue. HEX triplet: AF, 88 and A9. RGB value is (175,136,169). Sum of RGB (Red+Green+Blue) = 175+136+169=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 169 (66.41% from 255 or 35.21% from 480); Max value from RGB is 175 - color contains mainly: red. Hex color #AF88A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF88A9 is #507756. Grayscale: #979797. Windows color (decimal): -5273431 or 11110575. OLE color: 11110575.

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

Color convert

RGB175136169-
CMYK00.220.030.31
HSL309.23º19.6%60.98%-
HSV(B)309.23º22.29%68.63%-
XYZ33.6429.5941.47-
YUV151.42137.92144.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.46%
GREEN value IS 136 (53.52% from 255) = 28.33%
BLUE value IS 169 (66.41% from 255) = 35.21%
R=36.46%
G=28.33%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513616900.220.030.31309.2319.660.98
HexAF88A901631F135143d
Octal2572102510263374652475
Binary101011111000100010101001010110111111110011010110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF88A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF88A9; }

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

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

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

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

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

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

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

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