Html Css Color HEX #A4038E Dark Magenta

📋 copy color: '#A4038E'

red 164 ◦ green 3 ◦ blue 142

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

Shades of Dark Magenta #A4038E

Tints of Dark Magenta #A4038E

RGB

 RED value IS 164 (64.45% from 255) = 53.07%

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

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

R = 53.07%
G = 0.97%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A4038E (or 0xA4038E) is known color: Dark Magenta. HEX triplet: A4, 03 and 8E. RGB value is (164,3,142). Sum of RGB (Red+Green+Blue) = 164+3+142=309 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.07% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 164 - color contains mainly: red. Hex color #A4038E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4038E is #5BFC71. Grayscale: #424242. Windows color (decimal): -6028402 or 9307044. OLE color: 9307044.

HSL color Cylindrical-coordinate representation of color #A4038E: hue angle of 308.2º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A4038E is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 3 142 -
CMYK 0 0.98 0.13 0.36
HSL 308.2º 0.96% 0.33% -
HSV(B) 308.2º 0.98% 0.64% -
XYZ 20.22 9.91 26.44 -
YUV 66.99 170.34 197.2 -
System Red Green Blue C M Y K H S L
Decimal 164 3 142 0 0.98 0.13 0.36 308.2 0.96 0.33
Hex A4 3 8E 0 62 D 24 134 60 21
Octal 244 3 216 0 142 15 44 464 140 41
Binary 10100100 11 10001110 0 1100010 1101 100100 100110100 1100000 100001

Color Harmonies of #A4038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4038E

Black with #A4038E

Text Example


Text Example

White with #A4038E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4038E; }

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

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

background-color css

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

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

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

border-color css

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

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

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