#AF82A8

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

Shades of London Hue #AF82A8

Tints of London Hue #AF82A8

Color information

#AF82A8 (or 0xAF82A8) is unknown color: approx London Hue. HEX triplet: AF, 82 and A8. RGB value is (175,130,168). Sum of RGB (Red+Green+Blue) = 175+130+168=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 175 - color contains mainly: red. Hex color #AF82A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF82A8 is #507D57. Grayscale: #939393. Windows color (decimal): -5274968 or 11043503. OLE color: 11043503.

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

Color convert

RGB175130168-
CMYK00.260.040.31
HSL309.33º21.95%59.8%-
HSV(B)309.33º25.71%68.63%-
XYZ32.7327.9140.71-
YUV147.79139.41147.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.00%
GREEN value IS 130 (51.17% from 255) = 27.48%
BLUE value IS 168 (66.02% from 255) = 35.52%
R=37.00%
G=27.48%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513016800.260.040.31309.3321.9559.8
HexAF82A801A41F135163c
Octal2572022500324374652674
Binary1010111110000010101010000110101001111110011010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF82A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF82A8; }

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

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

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

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

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

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

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

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