Html Css Color HEX #A50A8D Dark Magenta

📋 copy color: '#A50A8D'

red 165 ◦ green 10 ◦ blue 141

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

Shades of Dark Magenta #A50A8D

Tints of Dark Magenta #A50A8D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.16%

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

R = 52.22%
G = 3.16%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A50A8D (or 0xA50A8D) is known color: Dark Magenta. HEX triplet: A5, 0A and 8D. RGB value is (165,10,141). Sum of RGB (Red+Green+Blue) = 165+10+141=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A50A8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50A8D is #5AF572. Grayscale: #464646. Windows color (decimal): -5961075 or 9243301. OLE color: 9243301.

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

Color convert

RGB 165 10 141 -
CMYK 0 0.94 0.15 0.35
HSL 309.29º 0.89% 0.34% -
HSV(B) 309.29º 0.94% 0.65% -
XYZ 20.43 10.14 26.08 -
YUV 71.28 167.35 194.85 -
System Red Green Blue C M Y K H S L
Decimal 165 10 141 0 0.94 0.15 0.35 309.29 0.89 0.34
Hex A5 A 8D 0 5E F 23 135 59 22
Octal 245 12 215 0 136 17 43 465 131 42
Binary 10100101 1010 10001101 0 1011110 1111 100011 100110101 1011001 100010

Color Harmonies of #A50A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50A8D

Black with #A50A8D

Text Example


Text Example

White with #A50A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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