Html Css Color HEX #A8038D Dark Magenta

📋 copy color: '#A8038D'

red 168 ◦ green 3 ◦ blue 141

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

Shades of Dark Magenta #A8038D

Tints of Dark Magenta #A8038D

RGB

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

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

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

R = 53.85%
G = 0.96%
B = 45.19%

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

#A8038D (or 0xA8038D) is known color: Dark Magenta. HEX triplet: A8, 03 and 8D. RGB value is (168,3,141). Sum of RGB (Red+Green+Blue) = 168+3+141=312 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.85% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 168 - color contains mainly: red. Hex color #A8038D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8038D is #57FC72. Grayscale: #434343. Windows color (decimal): -5766259 or 9241512. OLE color: 9241512.

HSL color Cylindrical-coordinate representation of color #A8038D: hue angle of 309.82º degrees, saturation: 0.96, 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 #A8038D is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 3 141 -
CMYK 0 0.98 0.16 0.34
HSL 309.82º 0.96% 0.34% -
HSV(B) 309.82º 0.98% 0.66% -
XYZ 20.99 10.31 26.08 -
YUV 68.07 169.16 199.28 -
System Red Green Blue C M Y K H S L
Decimal 168 3 141 0 0.98 0.16 0.34 309.82 0.96 0.34
Hex A8 3 8D 0 62 10 22 136 60 22
Octal 250 3 215 0 142 20 42 466 140 42
Binary 10101000 11 10001101 0 1100010 10000 100010 100110110 1100000 100010

Color Harmonies of #A8038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8038D

Black with #A8038D

Text Example


Text Example

White with #A8038D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8038D; }

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

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

background-color css

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

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

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

border-color css

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

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

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