#AF88AA

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

Shades of London Hue #AF88AA

Tints of London Hue #AF88AA

Color information

#AF88AA (or 0xAF88AA) is unknown color: approx London Hue. HEX triplet: AF, 88 and AA. RGB value is (175,136,170). Sum of RGB (Red+Green+Blue) = 175+136+170=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 175 - color contains mainly: red. Hex color #AF88AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF88AA is #507755. Grayscale: #979797. Windows color (decimal): -5273430 or 11176111. OLE color: 11176111.

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

Color convert

RGB175136170-
CMYK00.220.030.31
HSL307.69º19.6%60.98%-
HSV(B)307.69º22.29%68.63%-
XYZ33.7429.6241.97-
YUV151.54138.42144.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.38%
GREEN value IS 136 (53.52% from 255) = 28.27%
BLUE value IS 170 (66.80% from 255) = 35.34%
R=36.38%
G=28.27%
B=35.34%

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
Decimal17513617000.220.030.31307.6919.660.98
HexAF88AA01631F134143d
Octal2572102520263374642475
Binary101011111000100010101010010110111111110011010010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF88AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF88AA; }

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

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

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

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

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

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

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

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