Html Css Color HEX #A0038A Dark Magenta

📋 copy color: '#A0038A'

red 160 ◦ green 3 ◦ blue 138

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

Shades of Dark Magenta #A0038A

Tints of Dark Magenta #A0038A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1%

 BLUE value IS 138 (54.3% from 255) = 45.85%

R = 53.16%
G = 1%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A0038A (or 0xA0038A) is known color: Dark Magenta. HEX triplet: A0, 03 and 8A. RGB value is (160,3,138). Sum of RGB (Red+Green+Blue) = 160+3+138=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A0038A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0038A is #5FFC75. Grayscale: #404040. Windows color (decimal): -6290550 or 9044896. OLE color: 9044896.

HSL color Cylindrical-coordinate representation of color #A0038A: hue angle of 308.41º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0038A is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 3 138 -
CMYK 0 0.98 0.14 0.37
HSL 308.41º 0.96% 0.32% -
HSV(B) 308.41º 0.98% 0.63% -
XYZ 19.12 9.37 24.85 -
YUV 65.33 169.01 195.52 -
System Red Green Blue C M Y K H S L
Decimal 160 3 138 0 0.98 0.14 0.37 308.41 0.96 0.32
Hex A0 3 8A 0 62 E 25 134 60 20
Octal 240 3 212 0 142 16 45 464 140 40
Binary 10100000 11 10001010 0 1100010 1110 100101 100110100 1100000 100000

Color Harmonies of #A0038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0038A

Black with #A0038A

Text Example


Text Example

White with #A0038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0038A; }

 p { color: rgb(160,3,138); }

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

background-color css

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

 a { background-color: rgb(160,3,138); }

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

border-color css

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

 span { border-color: rgb(160,3,138); }

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