#A782AC

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

Shades of London Hue #A782AC

Tints of London Hue #A782AC

Color information

#A782AC (or 0xA782AC) is unknown color: approx London Hue. HEX triplet: A7, 82 and AC. RGB value is (167,130,172). Sum of RGB (Red+Green+Blue) = 167+130+172=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 172 - color contains mainly: blue. Hex color #A782AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A782AC is #587D53. Grayscale: #919191. Windows color (decimal): -5799252 or 11305639. OLE color: 11305639.

HSL color Cylindrical-coordinate representation of color #A782AC: hue angle of 292.86º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A782AC is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB167130172-
CMYK0.030.2400.33
HSL292.86º20.19%59.22%-
HSV(B)292.86º24.42%67.45%-
XYZ31.3727.1642.62-
YUV145.85142.76143.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.61%
GREEN value IS 130 (51.17% from 255) = 27.72%
BLUE value IS 172 (67.58% from 255) = 36.67%
R=35.61%
G=27.72%
B=36.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671301720.030.2400.33292.8620.1959.22
HexA782AC318021125143b
Octal2472022543300414452473
Binary1010011110000010101011001111000010000110010010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A782AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A782AC; }

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

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

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

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

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

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

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

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