#A880A3

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

Shades of London Hue #A880A3

Tints of London Hue #A880A3

Color information

#A880A3 (or 0xA880A3) is unknown color: approx London Hue. HEX triplet: A8, 80 and A3. RGB value is (168,128,163). Sum of RGB (Red+Green+Blue) = 168+128+163=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 163 (64.06% from 255 or 35.51% from 459); Max value from RGB is 168 - color contains mainly: red. Hex color #A880A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A880A3 is #577F5C. Grayscale: #8F8F8F. Windows color (decimal): -5734237 or 10715304. OLE color: 10715304.

HSL color Cylindrical-coordinate representation of color #A880A3: hue angle of 307.5º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A880A3 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.34.

Color convert

RGB168128163-
CMYK00.240.030.34
HSL307.5º18.69%58.04%-
HSV(B)307.5º23.81%65.88%-
XYZ30.4826.4138.14-
YUV143.95138.75145.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.60%
GREEN value IS 128 (50.39% from 255) = 27.89%
BLUE value IS 163 (64.06% from 255) = 35.51%
R=36.60%
G=27.89%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812816300.240.030.34307.518.6958.04
HexA880A3018322134133a
Octal2502002430303424642372
Binary1010100010000000101000110110001110001010011010010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A880A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A880A3; }

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

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

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

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

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

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

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

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