#AF82A6

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

Shades of London Hue #AF82A6

Tints of London Hue #AF82A6

Color information

#AF82A6 (or 0xAF82A6) is unknown color: approx London Hue. HEX triplet: AF, 82 and A6. RGB value is (175,130,166). Sum of RGB (Red+Green+Blue) = 175+130+166=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 175 - color contains mainly: red. Hex color #AF82A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF82A6 is #507D59. Grayscale: #939393. Windows color (decimal): -5274970 or 10912431. OLE color: 10912431.

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

Color convert

RGB175130166-
CMYK00.260.050.31
HSL312º21.95%59.8%-
HSV(B)312º25.71%68.63%-
XYZ32.5427.8339.73-
YUV147.56138.41147.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.15%
GREEN value IS 130 (51.17% from 255) = 27.60%
BLUE value IS 166 (65.23% from 255) = 35.24%
R=37.15%
G=27.60%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513016600.260.050.3131221.9559.8
HexAF82A601A51F138163c
Octal2572022460325374702674
Binary1010111110000010101001100110101011111110011100010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF82A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF82A6; }

 p { color: rgb(175,130,166); }

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

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

 a { background-color: rgb(175,130,166); }

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

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

 span { border-color: rgb(175,130,166); }

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