#A882AA

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

Shades of London Hue #A882AA

Tints of London Hue #A882AA

Color information

#A882AA (or 0xA882AA) is unknown color: approx London Hue. HEX triplet: A8, 82 and AA. RGB value is (168,130,170). Sum of RGB (Red+Green+Blue) = 168+130+170=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 170 - color contains mainly: blue. Hex color #A882AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A882AA is #577D55. Grayscale: #919191. Windows color (decimal): -5733718 or 11174568. OLE color: 11174568.

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

Color convert

RGB168130170-
CMYK0.010.2400.33
HSL297º19.05%58.82%-
HSV(B)297º23.53%66.67%-
XYZ31.3927.1941.62-
YUV145.92141.59143.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.90%
GREEN value IS 130 (51.17% from 255) = 27.78%
BLUE value IS 170 (66.80% from 255) = 36.32%
R=35.90%
G=27.78%
B=36.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681301700.010.2400.3329719.0558.82
HexA882AA118021129133b
Octal2502022521300414512373
Binary101010001000001010101010111000010000110010100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A882AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A882AA; }

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

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

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

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

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

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

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

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