#A881AA

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

Shades of London Hue #A881AA

Tints of London Hue #A881AA

Color information

#A881AA (or 0xA881AA) is unknown color: approx London Hue. HEX triplet: A8, 81 and AA. RGB value is (168,129,170). Sum of RGB (Red+Green+Blue) = 168+129+170=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 129 (50.78% from 255 or 27.62% 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 #A881AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A881AA is #577E55. Grayscale: #919191. Windows color (decimal): -5733974 or 11174312. OLE color: 11174312.

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

Color convert

RGB168129170-
CMYK0.010.2400.33
HSL297.07º19.43%58.63%-
HSV(B)297.07º24.12%66.67%-
XYZ31.2526.9341.58-
YUV145.34141.92144.17-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.97%
GREEN value IS 129 (50.78% from 255) = 27.62%
BLUE value IS 170 (66.80% from 255) = 36.40%
R=35.97%
G=27.62%
B=36.40%

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
Decimal1681291700.010.2400.33297.0719.4358.63
HexA881AA118021129133b
Octal2502012521300414512373
Binary101010001000000110101010111000010000110010100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A881AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A881AA; }

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

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

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

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

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

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

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

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