#A0138B

Color #A0138B Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #A0138B

Tints of Dark Magenta #A0138B

Color information

#A0138B (or 0xA0138B) is unknown color: approx Dark Magenta. HEX triplet: A0, 13 and 8B. RGB value is (160,19,139). Sum of RGB (Red+Green+Blue) = 160+19+139=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A0138B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0138B is #5FEC74. Grayscale: #4A4A4A. Windows color (decimal): -6286453 or 9114528. OLE color: 9114528.

HSL color Cylindrical-coordinate representation of color #A0138B: hue angle of 308.94º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0138B is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB16019139-
CMYK00.880.130.37
HSL308.94º78.77%35.1%-
HSV(B)308.94º88.13%62.75%-
XYZ19.399.825.3-
YUV74.84164.21188.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.31%
GREEN value IS 19 (7.81% from 255) = 5.97%
BLUE value IS 139 (54.69% from 255) = 43.71%
R=50.31%
G=5.97%
B=43.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601913900.880.130.37308.9478.7735.1
HexA0138B058D251354f23
Octal240232130130154546511743
Binary1010000010011100010110101100011011001011001101011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0138B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0138B; }

 p { color: rgb(160,19,139); }

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

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

 a { background-color: rgb(160,19,139); }

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

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

 span { border-color: rgb(160,19,139); }

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