#A682AA

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

Shades of London Hue #A682AA

Tints of London Hue #A682AA

Color information

#A682AA (or 0xA682AA) is unknown color: approx London Hue. HEX triplet: A6, 82 and AA. RGB value is (166,130,170). Sum of RGB (Red+Green+Blue) = 166+130+170=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 170 - color contains mainly: blue. Hex color #A682AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A682AA is #597D55. Grayscale: #919191. Windows color (decimal): -5864790 or 11174566. OLE color: 11174566.

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

Color convert

RGB166130170-
CMYK0.020.2400.33
HSL294º19.05%58.82%-
HSV(B)294º23.53%66.67%-
XYZ30.9626.9741.6-
YUV145.32141.93142.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.62%
GREEN value IS 130 (51.17% from 255) = 27.90%
BLUE value IS 170 (66.80% from 255) = 36.48%
R=35.62%
G=27.90%
B=36.48%

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
Decimal1661301700.020.2400.3329419.0558.82
HexA682AA218021126133b
Octal2462022522300414462373
Binary1010011010000010101010101011000010000110010011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A682AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A682AA; }

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

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

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

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

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

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

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

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