#A880AA

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

Shades of London Hue #A880AA

Tints of London Hue #A880AA

Color information

#A880AA (or 0xA880AA) is unknown color: approx London Hue. HEX triplet: A8, 80 and AA. RGB value is (168,128,170). Sum of RGB (Red+Green+Blue) = 168+128+170=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 128 (50.39% from 255 or 27.47% 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 #A880AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A880AA is #577F55. Grayscale: #909090. Windows color (decimal): -5734230 or 11174056. OLE color: 11174056.

HSL color Cylindrical-coordinate representation of color #A880AA: hue angle of 297.14º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A880AA is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB168128170-
CMYK0.010.2500.33
HSL297.14º19.81%58.43%-
HSV(B)297.14º24.71%66.67%-
XYZ31.1226.6741.54-
YUV144.75142.25144.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.05%
GREEN value IS 128 (50.39% from 255) = 27.47%
BLUE value IS 170 (66.80% from 255) = 36.48%
R=36.05%
G=27.47%
B=36.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681281700.010.2500.33297.1419.8158.43
HexA880AA119021129143a
Octal2502002521310414512472
Binary101010001000000010101010111001010000110010100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A880AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A880AA; }

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

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

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

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

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

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

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

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