#AF82AC

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

Shades of London Hue #AF82AC

Tints of London Hue #AF82AC

Color information

#AF82AC (or 0xAF82AC) is unknown color: approx London Hue. HEX triplet: AF, 82 and AC. RGB value is (175,130,172). Sum of RGB (Red+Green+Blue) = 175+130+172=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 175 - color contains mainly: red. Hex color #AF82AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF82AC is #507D53. Grayscale: #949494. Windows color (decimal): -5274964 or 11305647. OLE color: 11305647.

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

Color convert

RGB175130172-
CMYK00.260.020.31
HSL304º21.95%59.8%-
HSV(B)304º25.71%68.63%-
XYZ33.1128.0642.7-
YUV148.24141.41147.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.69%
GREEN value IS 130 (51.17% from 255) = 27.25%
BLUE value IS 172 (67.58% from 255) = 36.06%
R=36.69%
G=27.25%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513017200.260.020.3130421.9559.8
HexAF82AC01A21F130163c
Octal2572022540322374602674
Binary101011111000001010101100011010101111110011000010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF82AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF82AC; }

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

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

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

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

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

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

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

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