#A883A4

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

Shades of London Hue #A883A4

Tints of London Hue #A883A4

Color information

#A883A4 (or 0xA883A4) is unknown color: approx London Hue. HEX triplet: A8, 83 and A4. RGB value is (168,131,164). Sum of RGB (Red+Green+Blue) = 168+131+164=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 164 (64.45% from 255 or 35.42% from 463); Max value from RGB is 168 - color contains mainly: red. Hex color #A883A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A883A4 is #577C5B. Grayscale: #919191. Windows color (decimal): -5733468 or 10781608. OLE color: 10781608.

HSL color Cylindrical-coordinate representation of color #A883A4: hue angle of 306.49º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A883A4 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB168131164-
CMYK00.220.020.34
HSL306.49º17.54%58.63%-
HSV(B)306.49º22.02%65.88%-
XYZ30.9727.2438.75-
YUV145.82138.26143.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.29%
GREEN value IS 131 (51.56% from 255) = 28.29%
BLUE value IS 164 (64.45% from 255) = 35.42%
R=36.29%
G=28.29%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813116400.220.020.34306.4917.5458.63
HexA883A4016222132123b
Octal2502032440262424622273
Binary1010100010000011101001000101101010001010011001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A883A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A883A4; }

 p { color: rgb(168,131,164); }

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

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

 a { background-color: rgb(168,131,164); }

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

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

 span { border-color: rgb(168,131,164); }

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