#A681AA

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

Shades of London Hue #A681AA

Tints of London Hue #A681AA

Color information

#A681AA (or 0xA681AA) is unknown color: approx London Hue. HEX triplet: A6, 81 and AA. RGB value is (166,129,170). Sum of RGB (Red+Green+Blue) = 166+129+170=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 170 - color contains mainly: blue. Hex color #A681AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A681AA is #597E55. Grayscale: #909090. Windows color (decimal): -5865046 or 11174310. OLE color: 11174310.

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

Color convert

RGB166129170-
CMYK0.020.2400.33
HSL294.15º19.43%58.63%-
HSV(B)294.15º24.12%66.67%-
XYZ30.8326.7141.56-
YUV144.74142.26143.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.70%
GREEN value IS 129 (50.78% from 255) = 27.74%
BLUE value IS 170 (66.80% from 255) = 36.56%
R=35.70%
G=27.74%
B=36.56%

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
Decimal1661291700.020.2400.33294.1519.4358.63
HexA681AA218021126133b
Octal2462012522300414462373
Binary1010011010000001101010101011000010000110010011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A681AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A681AA; }

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

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

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

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

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

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

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

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