#A381A2

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

Shades of London Hue #A381A2

Tints of London Hue #A381A2

Color information

#A381A2 (or 0xA381A2) is unknown color: approx London Hue. HEX triplet: A3, 81 and A2. RGB value is (163,129,162). Sum of RGB (Red+Green+Blue) = 163+129+162=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 162 (63.67% from 255 or 35.68% from 454); Max value from RGB is 163 - color contains mainly: red. Hex color #A381A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A381A2 is #5C7E5D. Grayscale: #8E8E8E. Windows color (decimal): -6061662 or 10650019. OLE color: 10650019.

HSL color Cylindrical-coordinate representation of color #A381A2: hue angle of 301.76º 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 #A381A2 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB163129162-
CMYK00.210.010.36
HSL301.76º15.6%57.25%-
HSV(B)301.76º20.86%63.92%-
XYZ29.4826.137.67-
YUV142.93138.76142.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.90%
GREEN value IS 129 (50.78% from 255) = 28.41%
BLUE value IS 162 (63.67% from 255) = 35.68%
R=35.90%
G=28.41%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312916200.210.010.36301.7615.657.25
HexA381A201512412e1039
Octal2432012420251444562071
Binary101000111000000110100010010101110010010010111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A381A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A381A2; }

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

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

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

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

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

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

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

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