Html Css Color HEX #A5149D Dark Magenta

📋 copy color: '#A5149D'

red 165 ◦ green 20 ◦ blue 157

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

Shades of Dark Magenta #A5149D

Tints of Dark Magenta #A5149D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.85%

 BLUE value IS 157 (61.72% from 255) = 45.91%

R = 48.25%
G = 5.85%
B = 45.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5149D (or 0xA5149D) is known color: Dark Magenta. HEX triplet: A5, 14 and 9D. RGB value is (165,20,157). Sum of RGB (Red+Green+Blue) = 165+20+157=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 165 - color contains mainly: red. Hex color #A5149D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5149D is #5AEB62. Grayscale: #4E4E4E. Windows color (decimal): -5958499 or 10294437. OLE color: 10294437.

HSL color Cylindrical-coordinate representation of color #A5149D: hue angle of 303.31º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A5149D is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 20 157 -
CMYK 0 0.88 0.05 0.35
HSL 303.31º 0.78% 0.36% -
HSV(B) 303.31º 0.88% 0.65% -
XYZ 21.85 10.93 32.86 -
YUV 78.97 172.04 189.36 -
System Red Green Blue C M Y K H S L
Decimal 165 20 157 0 0.88 0.05 0.35 303.31 0.78 0.36
Hex A5 14 9D 0 58 5 23 12F 4E 24
Octal 245 24 235 0 130 5 43 457 116 44
Binary 10100101 10100 10011101 0 1011000 101 100011 100101111 1001110 100100

Color Harmonies of #A5149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5149D

Black with #A5149D

Text Example


Text Example

White with #A5149D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5149D; }

 p { color: rgb(165,20,157); }

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

background-color css

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

 a { background-color: rgb(165,20,157); }

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

border-color css

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

 span { border-color: rgb(165,20,157); }

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