#A381A0

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

Shades of London Hue #A381A0

Tints of London Hue #A381A0

Color information

#A381A0 (or 0xA381A0) is unknown color: approx London Hue. HEX triplet: A3, 81 and A0. RGB value is (163,129,160). Sum of RGB (Red+Green+Blue) = 163+129+160=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 163 - color contains mainly: red. Hex color #A381A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A381A0 is #5C7E5F. Grayscale: #8E8E8E. Windows color (decimal): -6061664 or 10518947. OLE color: 10518947.

HSL color Cylindrical-coordinate representation of color #A381A0: hue angle of 305.29º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A381A0 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB163129160-
CMYK00.210.020.36
HSL305.29º15.6%57.25%-
HSV(B)305.29º20.86%63.92%-
XYZ29.326.0336.74-
YUV142.7137.76142.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.06%
GREEN value IS 129 (50.78% from 255) = 28.54%
BLUE value IS 160 (62.89% from 255) = 35.40%
R=36.06%
G=28.54%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312916000.210.020.36305.2915.657.25
HexA381A00152241311039
Octal2432012400252444612071
Binary1010001110000001101000000101011010010010011000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A381A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A381A0; }

 p { color: rgb(163,129,160); }

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

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

 a { background-color: rgb(163,129,160); }

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

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

 span { border-color: rgb(163,129,160); }

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