#A880AD

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

Shades of London Hue #A880AD

Tints of London Hue #A880AD

Color information

#A880AD (or 0xA880AD) is unknown color: approx London Hue. HEX triplet: A8, 80 and AD. RGB value is (168,128,173). Sum of RGB (Red+Green+Blue) = 168+128+173=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 173 - color contains mainly: blue. Hex color #A880AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A880AD is #577F52. Grayscale: #909090. Windows color (decimal): -5734227 or 11370664. OLE color: 11370664.

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

Color convert

RGB168128173-
CMYK0.030.2600.32
HSL293.33º21.53%59.02%-
HSV(B)293.33º26.01%67.84%-
XYZ31.4126.7843.05-
YUV145.09143.75144.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.82%
GREEN value IS 128 (50.39% from 255) = 27.29%
BLUE value IS 173 (67.97% from 255) = 36.89%
R=35.82%
G=27.29%
B=36.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681281730.030.2600.32293.3321.5359.02
HexA880AD31A020125163b
Octal2502002553320404452673
Binary1010100010000000101011011111010010000010010010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A880AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A880AD; }

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

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

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

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

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

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

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

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