#A881AD

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

Shades of London Hue #A881AD

Tints of London Hue #A881AD

Color information

#A881AD (or 0xA881AD) is unknown color: approx London Hue. HEX triplet: A8, 81 and AD. RGB value is (168,129,173). Sum of RGB (Red+Green+Blue) = 168+129+173=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 173 - color contains mainly: blue. Hex color #A881AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A881AD is #577E52. Grayscale: #919191. Windows color (decimal): -5733971 or 11370920. OLE color: 11370920.

HSL color Cylindrical-coordinate representation of color #A881AD: hue angle of 293.18º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A881AD is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB168129173-
CMYK0.030.2500.32
HSL293.18º21.15%59.22%-
HSV(B)293.18º25.43%67.84%-
XYZ31.5427.0443.09-
YUV145.68143.42143.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.74%
GREEN value IS 129 (50.78% from 255) = 27.45%
BLUE value IS 173 (67.97% from 255) = 36.81%
R=35.74%
G=27.45%
B=36.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681291730.030.2500.32293.1821.1559.22
HexA881AD319020125153b
Octal2502012553310404452573
Binary1010100010000001101011011111001010000010010010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A881AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A881AD; }

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

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

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

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

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

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

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

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