Html Css Color HEX #A8038E Dark Magenta

📋 copy color: '#A8038E'

red 168 ◦ green 3 ◦ blue 142

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

Shades of Dark Magenta #A8038E

Tints of Dark Magenta #A8038E

RGB

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

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

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

R = 53.67%
G = 0.96%
B = 45.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A8038E (or 0xA8038E) is known color: Dark Magenta. HEX triplet: A8, 03 and 8E. RGB value is (168,3,142). Sum of RGB (Red+Green+Blue) = 168+3+142=313 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.67% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 142 (55.86% from 255 or 45.37% from 313); Max value from RGB is 168 - color contains mainly: red. Hex color #A8038E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8038E is #57FC71. Grayscale: #434343. Windows color (decimal): -5766258 or 9307048. OLE color: 9307048.

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

Color convert

RGB 168 3 142 -
CMYK 0 0.98 0.15 0.34
HSL 309.45º 0.96% 0.34% -
HSV(B) 309.45º 0.98% 0.66% -
XYZ 21.06 10.34 26.48 -
YUV 68.18 169.66 199.2 -
System Red Green Blue C M Y K H S L
Decimal 168 3 142 0 0.98 0.15 0.34 309.45 0.96 0.34
Hex A8 3 8E 0 62 F 22 135 60 22
Octal 250 3 216 0 142 17 42 465 140 42
Binary 10101000 11 10001110 0 1100010 1111 100010 100110101 1100000 100010

Color Harmonies of #A8038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8038E

Black with #A8038E

Text Example


Text Example

White with #A8038E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8038E; }

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

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

background-color css

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

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

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

border-color css

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

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

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