#A381A3

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

Shades of London Hue #A381A3

Tints of London Hue #A381A3

Color information

#A381A3 (or 0xA381A3) is unknown color: approx London Hue. HEX triplet: A3, 81 and A3. RGB value is (163,129,163). Sum of RGB (Red+Green+Blue) = 163+129+163=455 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.82% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 163 (64.06% from 255 or 35.82% from 455); Max value from RGB is 163 - color contains mainly: red, blue. Hex color #A381A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A381A3 is #5C7E5C. Grayscale: #8E8E8E. Windows color (decimal): -6061661 or 10715555. OLE color: 10715555.

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

Color convert

RGB163129163-
CMYK00.2100.36
HSL300º15.6%57.25%-
HSV(B)300º20.86%63.92%-
XYZ29.5726.1338.14-
YUV143.04139.26142.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.82%
GREEN value IS 129 (50.78% from 255) = 28.35%
BLUE value IS 163 (64.06% from 255) = 35.82%
R=35.82%
G=28.35%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312916300.2100.3630015.657.25
HexA381A301502412c1039
Octal2432012430250444542071
Binary101000111000000110100011010101010010010010110010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A381A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A381A3; }

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

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

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

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

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

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

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

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