Html Css Color HEX #A50A8F Dark Magenta

📋 copy color: '#A50A8F'

red 165 ◦ green 10 ◦ blue 143

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

Shades of Dark Magenta #A50A8F

Tints of Dark Magenta #A50A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 44.97%

R = 51.89%
G = 3.14%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A50A8F (or 0xA50A8F) is known color: Dark Magenta. HEX triplet: A5, 0A and 8F. RGB value is (165,10,143). Sum of RGB (Red+Green+Blue) = 165+10+143=318 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.89% from 318); Green value is 10 (4.30% from 255 or 3.14% from 318); Blue value is 143 (56.25% from 255 or 44.97% from 318); Max value from RGB is 165 - color contains mainly: red. Hex color #A50A8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50A8F is #5AF570. Grayscale: #474747. Windows color (decimal): -5961073 or 9374373. OLE color: 9374373.

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

Color convert

RGB 165 10 143 -
CMYK 0 0.94 0.13 0.35
HSL 308.52º 0.89% 0.34% -
HSV(B) 308.52º 0.94% 0.65% -
XYZ 20.58 10.2 26.87 -
YUV 71.51 168.35 194.69 -
System Red Green Blue C M Y K H S L
Decimal 165 10 143 0 0.94 0.13 0.35 308.52 0.89 0.34
Hex A5 A 8F 0 5E D 23 135 59 22
Octal 245 12 217 0 136 15 43 465 131 42
Binary 10100101 1010 10001111 0 1011110 1101 100011 100110101 1011001 100010

Color Harmonies of #A50A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50A8F

Black with #A50A8F

Text Example


Text Example

White with #A50A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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