Html Css Color HEX #A50A8A Dark Magenta

📋 copy color: '#A50A8A'

red 165 ◦ green 10 ◦ blue 138

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

Shades of Dark Magenta #A50A8A

Tints of Dark Magenta #A50A8A

RGB

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

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

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

R = 52.72%
G = 3.19%
B = 44.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A50A8A (or 0xA50A8A) is known color: Dark Magenta. HEX triplet: A5, 0A and 8A. RGB value is (165,10,138). Sum of RGB (Red+Green+Blue) = 165+10+138=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A50A8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50A8A is #5AF575. Grayscale: #464646. Windows color (decimal): -5961078 or 9046693. OLE color: 9046693.

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

Color convert

RGB 165 10 138 -
CMYK 0 0.94 0.16 0.35
HSL 310.45º 0.89% 0.34% -
HSV(B) 310.45º 0.94% 0.65% -
XYZ 20.21 10.05 24.92 -
YUV 70.94 165.85 195.09 -
System Red Green Blue C M Y K H S L
Decimal 165 10 138 0 0.94 0.16 0.35 310.45 0.89 0.34
Hex A5 A 8A 0 5E 10 23 136 59 22
Octal 245 12 212 0 136 20 43 466 131 42
Binary 10100101 1010 10001010 0 1011110 10000 100011 100110110 1011001 100010

Color Harmonies of #A50A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50A8A

Black with #A50A8A

Text Example


Text Example

White with #A50A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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