#A782AA

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

Shades of London Hue #A782AA

Tints of London Hue #A782AA

Color information

#A782AA (or 0xA782AA) is unknown color: approx London Hue. HEX triplet: A7, 82 and AA. RGB value is (167,130,170). Sum of RGB (Red+Green+Blue) = 167+130+170=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 170 - color contains mainly: blue. Hex color #A782AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A782AA is #587D55. Grayscale: #919191. Windows color (decimal): -5799254 or 11174567. OLE color: 11174567.

HSL color Cylindrical-coordinate representation of color #A782AA: hue angle of 295.5º degrees, saturation: 0.19, 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 #A782AA is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB167130170-
CMYK0.020.2400.33
HSL295.5º19.05%58.82%-
HSV(B)295.5º23.53%66.67%-
XYZ31.1727.0841.61-
YUV145.62141.76143.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.76%
GREEN value IS 130 (51.17% from 255) = 27.84%
BLUE value IS 170 (66.80% from 255) = 36.40%
R=35.76%
G=27.84%
B=36.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671301700.020.2400.33295.519.0558.82
HexA782AA218021128133b
Octal2472022522300414502373
Binary1010011110000010101010101011000010000110010100010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A782AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A782AA; }

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

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

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

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

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

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

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

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