#AF80AD

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

Shades of London Hue #AF80AD

Tints of London Hue #AF80AD

Color information

#AF80AD (or 0xAF80AD) is unknown color: approx London Hue. HEX triplet: AF, 80 and AD. RGB value is (175,128,173). Sum of RGB (Red+Green+Blue) = 175+128+173=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 175 - color contains mainly: red. Hex color #AF80AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF80AD is #507F52. Grayscale: #939393. Windows color (decimal): -5275475 or 11370671. OLE color: 11370671.

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

Color convert

RGB175128173-
CMYK00.270.010.31
HSL302.55º22.71%59.41%-
HSV(B)302.55º26.86%68.63%-
XYZ32.9427.5743.12-
YUV147.18142.57147.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.76%
GREEN value IS 128 (50.39% from 255) = 26.89%
BLUE value IS 173 (67.97% from 255) = 36.34%
R=36.76%
G=26.89%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17512817300.270.010.31302.5522.7159.41
HexAF80AD01B11F12f173b
Octal2572002550331374572773
Binary10101111100000001010110101101111111110010111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF80AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF80AD; }

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

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

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

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

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

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

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

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