Html Css Color HEX #A0138E Dark Magenta

📋 copy color: '#A0138E'

red 160 ◦ green 19 ◦ blue 142

#A0138E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #A0138E

Tints of Dark Magenta #A0138E

RGB

 RED value IS 160 (62.89% from 255) = 49.84%

 GREEN value IS 19 (7.81% from 255) = 5.92%

 BLUE value IS 142 (55.86% from 255) = 44.24%

R = 49.84%
G = 5.92%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A0138E (or 0xA0138E) is known color: Dark Magenta. HEX triplet: A0, 13 and 8E. RGB value is (160,19,142). Sum of RGB (Red+Green+Blue) = 160+19+142=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A0138E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0138E is #5FEC71. Grayscale: #4A4A4A. Windows color (decimal): -6286450 or 9311136. OLE color: 9311136.

HSL color Cylindrical-coordinate representation of color #A0138E: hue angle of 307.66º 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 #A0138E is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 19 142 -
CMYK 0 0.88 0.11 0.37
HSL 307.66º 0.79% 0.35% -
HSV(B) 307.66º 0.88% 0.63% -
XYZ 19.61 9.89 26.47 -
YUV 75.18 165.71 188.5 -
System Red Green Blue C M Y K H S L
Decimal 160 19 142 0 0.88 0.11 0.37 307.66 0.79 0.35
Hex A0 13 8E 0 58 B 25 134 4F 23
Octal 240 23 216 0 130 13 45 464 117 43
Binary 10100000 10011 10001110 0 1011000 1011 100101 100110100 1001111 100011

Color Harmonies of #A0138E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0138E

Black with #A0138E

Text Example


Text Example

White with #A0138E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0138E; }

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

 H1.HeaderClassName
 {
   color: #A0138E;
 }
 .AnyTagClassName
 {
   color: #A0138E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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