Html Css Color HEX #A5038A Dark Magenta

📋 copy color: '#A5038A'

red 165 ◦ green 3 ◦ blue 138

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

Shades of Dark Magenta #A5038A

Tints of Dark Magenta #A5038A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 45.1%

R = 53.92%
G = 0.98%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A5038A (or 0xA5038A) is known color: Dark Magenta. HEX triplet: A5, 03 and 8A. RGB value is (165,3,138). Sum of RGB (Red+Green+Blue) = 165+3+138=306 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.92% from 306); Green value is 3 (1.56% from 255 or 0.98% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 165 - color contains mainly: red. Hex color #A5038A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5038A is #5AFC75. Grayscale: #424242. Windows color (decimal): -5962870 or 9044901. OLE color: 9044901.

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

Color convert

RGB 165 3 138 -
CMYK 0 0.98 0.16 0.35
HSL 310º 0.96% 0.33% -
HSV(B) 310º 0.98% 0.65% -
XYZ 20.14 9.9 24.89 -
YUV 66.83 168.17 198.02 -
System Red Green Blue C M Y K H S L
Decimal 165 3 138 0 0.98 0.16 0.35 310 0.96 0.33
Hex A5 3 8A 0 62 10 23 136 60 21
Octal 245 3 212 0 142 20 43 466 140 41
Binary 10100101 11 10001010 0 1100010 10000 100011 100110110 1100000 100001

Color Harmonies of #A5038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5038A

Black with #A5038A

Text Example


Text Example

White with #A5038A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5038A; }

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

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

background-color css

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

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

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

border-color css

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

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

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