Html Css Color HEX #A5038D Dark Magenta

📋 copy color: '#A5038D'

red 165 ◦ green 3 ◦ blue 141

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

Shades of Dark Magenta #A5038D

Tints of Dark Magenta #A5038D

RGB

 RED value IS 165 (64.84% from 255) = 53.4%

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

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

R = 53.4%
G = 0.97%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5038D (or 0xA5038D) is known color: Dark Magenta. HEX triplet: A5, 03 and 8D. RGB value is (165,3,141). Sum of RGB (Red+Green+Blue) = 165+3+141=309 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.40% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 165 - color contains mainly: red. Hex color #A5038D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5038D is #5AFC72. Grayscale: #424242. Windows color (decimal): -5962867 or 9241509. OLE color: 9241509.

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

Color convert

RGB 165 3 141 -
CMYK 0 0.98 0.15 0.35
HSL 308.89º 0.96% 0.33% -
HSV(B) 308.89º 0.98% 0.65% -
XYZ 20.36 9.99 26.05 -
YUV 67.17 169.67 197.78 -
System Red Green Blue C M Y K H S L
Decimal 165 3 141 0 0.98 0.15 0.35 308.89 0.96 0.33
Hex A5 3 8D 0 62 F 23 135 60 21
Octal 245 3 215 0 142 17 43 465 140 41
Binary 10100101 11 10001101 0 1100010 1111 100011 100110101 1100000 100001

Color Harmonies of #A5038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5038D

Black with #A5038D

Text Example


Text Example

White with #A5038D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5038D; }

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

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

background-color css

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

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

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

border-color css

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

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

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