#AF82AE

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

Shades of London Hue #AF82AE

Tints of London Hue #AF82AE

Color information

#AF82AE (or 0xAF82AE) is unknown color: approx London Hue. HEX triplet: AF, 82 and AE. RGB value is (175,130,174). Sum of RGB (Red+Green+Blue) = 175+130+174=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 175 - color contains mainly: red. Hex color #AF82AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF82AE is #507D51. Grayscale: #949494. Windows color (decimal): -5274962 or 11436719. OLE color: 11436719.

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

Color convert

RGB175130174-
CMYK00.260.010.31
HSL301.33º21.95%59.8%-
HSV(B)301.33º25.71%68.63%-
XYZ33.328.1443.72-
YUV148.47142.41146.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.53%
GREEN value IS 130 (51.17% from 255) = 27.14%
BLUE value IS 174 (68.36% from 255) = 36.33%
R=36.53%
G=27.14%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513017400.260.010.31301.3321.9559.8
HexAF82AE01A11F12d163c
Octal2572022560321374552674
Binary10101111100000101010111001101011111110010110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF82AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF82AE; }

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

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

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

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

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

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

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

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