#AF83AD

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

Shades of London Hue #AF83AD

Tints of London Hue #AF83AD

Color information

#AF83AD (or 0xAF83AD) is unknown color: approx London Hue. HEX triplet: AF, 83 and AD. RGB value is (175,131,173). Sum of RGB (Red+Green+Blue) = 175+131+173=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 175 - color contains mainly: red. Hex color #AF83AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF83AD is #507C52. Grayscale: #949494. Windows color (decimal): -5274707 or 11371439. OLE color: 11371439.

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

Color convert

RGB175131173-
CMYK00.250.010.31
HSL302.73º21.57%60%-
HSV(B)302.73º25.14%68.63%-
XYZ33.3428.3643.25-
YUV148.94141.58146.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.53%
GREEN value IS 131 (51.56% from 255) = 27.35%
BLUE value IS 173 (67.97% from 255) = 36.12%
R=36.53%
G=27.35%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513117300.250.010.31302.7321.5760
HexAF83AD01911F12f163c
Octal2572032550311374572674
Binary10101111100000111010110101100111111110010111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF83AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF83AD; }

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

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

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

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

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

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

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

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