Html Css Color HEX #A50A90 Dark Magenta

📋 copy color: '#A50A90'

red 165 ◦ green 10 ◦ blue 144

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

Shades of Dark Magenta #A50A90

Tints of Dark Magenta #A50A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45.14%

R = 51.72%
G = 3.13%
B = 45.14%

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

#A50A90 (or 0xA50A90) is known color: Dark Magenta. HEX triplet: A5, 0A and 90. RGB value is (165,10,144). Sum of RGB (Red+Green+Blue) = 165+10+144=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A50A90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50A90 is #5AF56F. Grayscale: #474747. Windows color (decimal): -5961072 or 9439909. OLE color: 9439909.

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

Color convert

RGB 165 10 144 -
CMYK 0 0.94 0.13 0.35
HSL 308.13º 0.89% 0.34% -
HSV(B) 308.13º 0.94% 0.65% -
XYZ 20.66 10.23 27.27 -
YUV 71.62 168.85 194.6 -
System Red Green Blue C M Y K H S L
Decimal 165 10 144 0 0.94 0.13 0.35 308.13 0.89 0.34
Hex A5 A 90 0 5E D 23 134 59 22
Octal 245 12 220 0 136 15 43 464 131 42
Binary 10100101 1010 10010000 0 1011110 1101 100011 100110100 1011001 100010

Color Harmonies of #A50A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50A90

Black with #A50A90

Text Example


Text Example

White with #A50A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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