#AF83A9

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

Shades of London Hue #AF83A9

Tints of London Hue #AF83A9

Color information

#AF83A9 (or 0xAF83A9) is unknown color: approx London Hue. HEX triplet: AF, 83 and A9. RGB value is (175,131,169). Sum of RGB (Red+Green+Blue) = 175+131+169=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 169 (66.41% from 255 or 35.58% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AF83A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF83A9 is #507C56. Grayscale: #949494. Windows color (decimal): -5274711 or 11109295. OLE color: 11109295.

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

Color convert

RGB175131169-
CMYK00.250.030.31
HSL308.18º21.57%60%-
HSV(B)308.18º25.14%68.63%-
XYZ32.9628.2141.24-
YUV148.49139.58146.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.84%
GREEN value IS 131 (51.56% from 255) = 27.58%
BLUE value IS 169 (66.41% from 255) = 35.58%
R=36.84%
G=27.58%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513116900.250.030.31308.1821.5760
HexAF83A901931F134163c
Octal2572032510313374642674
Binary101011111000001110101001011001111111110011010010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF83A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF83A9; }

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

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

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

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

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

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

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

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