#AF82AF

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

Shades of London Hue #AF82AF

Tints of London Hue #AF82AF

Color information

#AF82AF (or 0xAF82AF) is unknown color: approx London Hue. HEX triplet: AF, 82 and AF. RGB value is (175,130,175). Sum of RGB (Red+Green+Blue) = 175+130+175=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF82AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF82AF is #507D50. Grayscale: #949494. Windows color (decimal): -5274961 or 11502255. OLE color: 11502255.

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

Color convert

RGB175130175-
CMYK00.2600.31
HSL300º21.95%59.8%-
HSV(B)300º25.71%68.63%-
XYZ33.428.1744.24-
YUV148.58142.91146.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.46%
GREEN value IS 130 (51.17% from 255) = 27.08%
BLUE value IS 175 (68.75% from 255) = 36.46%
R=36.46%
G=27.08%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513017500.2600.3130021.9559.8
HexAF82AF01A01F12c163c
Octal2572022570320374542674
Binary10101111100000101010111101101001111110010110010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF82AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF82AF; }

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

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

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

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

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

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

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

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