Html Css Color HEX #A0048C Dark Magenta

📋 copy color: '#A0048C'

red 160 ◦ green 4 ◦ blue 140

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

Shades of Dark Magenta #A0048C

Tints of Dark Magenta #A0048C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.32%

 BLUE value IS 140 (55.08% from 255) = 46.05%

R = 52.63%
G = 1.32%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A0048C (or 0xA0048C) is known color: Dark Magenta. HEX triplet: A0, 04 and 8C. RGB value is (160,4,140). Sum of RGB (Red+Green+Blue) = 160+4+140=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 140 (55.08% from 255 or 46.05% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A0048C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A0048C is #5FFB73. Grayscale: #414141. Windows color (decimal): -6290292 or 9176224. OLE color: 9176224.

HSL color Cylindrical-coordinate representation of color #A0048C: hue angle of 307.69º degrees, saturation: 0.95, 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 #A0048C is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 4 140 -
CMYK 0 0.98 0.12 0.37
HSL 307.69º 0.95% 0.32% -
HSV(B) 307.69º 0.98% 0.63% -
XYZ 19.27 9.45 25.62 -
YUV 66.15 169.68 194.94 -
System Red Green Blue C M Y K H S L
Decimal 160 4 140 0 0.98 0.12 0.37 307.69 0.95 0.32
Hex A0 4 8C 0 62 C 25 134 5F 20
Octal 240 4 214 0 142 14 45 464 137 40
Binary 10100000 100 10001100 0 1100010 1100 100101 100110100 1011111 100000

Color Harmonies of #A0048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0048C

Black with #A0048C

Text Example


Text Example

White with #A0048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0048C; }

 p { color: rgb(160,4,140); }

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

background-color css

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

 a { background-color: rgb(160,4,140); }

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

border-color css

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

 span { border-color: rgb(160,4,140); }

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