Html Css Color HEX #A8048D Dark Magenta

📋 copy color: '#A8048D'

red 168 ◦ green 4 ◦ blue 141

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

Shades of Dark Magenta #A8048D

Tints of Dark Magenta #A8048D

RGB

 RED value IS 168 (66.02% from 255) = 53.67%

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

 BLUE value IS 141 (55.47% from 255) = 45.05%

R = 53.67%
G = 1.28%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#A8048D (or 0xA8048D) is known color: Dark Magenta. HEX triplet: A8, 04 and 8D. RGB value is (168,4,141). Sum of RGB (Red+Green+Blue) = 168+4+141=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 4 (1.95% from 255 or 1.28% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A8048D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8048D is #57FB72. Grayscale: #444444. Windows color (decimal): -5766003 or 9241768. OLE color: 9241768.

HSL color Cylindrical-coordinate representation of color #A8048D: hue angle of 309.88º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8048D is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 4 141 -
CMYK 0 0.98 0.16 0.34
HSL 309.88º 0.95% 0.34% -
HSV(B) 309.88º 0.98% 0.66% -
XYZ 21 10.33 26.09 -
YUV 68.65 168.83 198.86 -
System Red Green Blue C M Y K H S L
Decimal 168 4 141 0 0.98 0.16 0.34 309.88 0.95 0.34
Hex A8 4 8D 0 62 10 22 136 5F 22
Octal 250 4 215 0 142 20 42 466 137 42
Binary 10101000 100 10001101 0 1100010 10000 100010 100110110 1011111 100010

Color Harmonies of #A8048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8048D

Black with #A8048D

Text Example


Text Example

White with #A8048D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8048D; }

 p { color: rgb(168,4,141); }

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

background-color css

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

 a { background-color: rgb(168,4,141); }

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

border-color css

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

 span { border-color: rgb(168,4,141); }

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