#AF83AC

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

Shades of London Hue #AF83AC

Tints of London Hue #AF83AC

Color information

#AF83AC (or 0xAF83AC) is unknown color: approx London Hue. HEX triplet: AF, 83 and AC. RGB value is (175,131,172). Sum of RGB (Red+Green+Blue) = 175+131+172=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AF83AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF83AC is #507C53. Grayscale: #949494. Windows color (decimal): -5274708 or 11305903. OLE color: 11305903.

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

Color convert

RGB175131172-
CMYK00.250.020.31
HSL304.09º21.57%60%-
HSV(B)304.09º25.14%68.63%-
XYZ33.2428.3342.74-
YUV148.83141.08146.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.61%
GREEN value IS 131 (51.56% from 255) = 27.41%
BLUE value IS 172 (67.58% from 255) = 35.98%
R=36.61%
G=27.41%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513117200.250.020.31304.0921.5760
HexAF83AC01921F130163c
Octal2572032540312374602674
Binary101011111000001110101100011001101111110011000010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF83AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF83AC; }

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

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

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

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

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

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

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

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