#A781AA

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

Shades of London Hue #A781AA

Tints of London Hue #A781AA

Color information

#A781AA (or 0xA781AA) is unknown color: approx London Hue. HEX triplet: A7, 81 and AA. RGB value is (167,129,170). Sum of RGB (Red+Green+Blue) = 167+129+170=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 129 (50.78% from 255 or 27.68% 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 #A781AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A781AA is #587E55. Grayscale: #909090. Windows color (decimal): -5799510 or 11174311. OLE color: 11174311.

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

Color convert

RGB167129170-
CMYK0.020.2400.33
HSL295.61º19.43%58.63%-
HSV(B)295.61º24.12%66.67%-
XYZ31.0426.8241.57-
YUV145.04142.09143.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.84%
GREEN value IS 129 (50.78% from 255) = 27.68%
BLUE value IS 170 (66.80% from 255) = 36.48%
R=35.84%
G=27.68%
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
Decimal1671291700.020.2400.33295.6119.4358.63
HexA781AA218021128133b
Octal2472012522300414502373
Binary1010011110000001101010101011000010000110010100010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A781AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A781AA; }

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

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

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

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

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

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

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

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