Html Css Color HEX #A50490 Dark Magenta

📋 copy color: '#A50490'

red 165 ◦ green 4 ◦ blue 144

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

Shades of Dark Magenta #A50490

Tints of Dark Magenta #A50490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.28%

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

R = 52.72%
G = 1.28%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A50490 (or 0xA50490) is known color: Dark Magenta. HEX triplet: A5, 04 and 90. RGB value is (165,4,144). Sum of RGB (Red+Green+Blue) = 165+4+144=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 4 (1.95% from 255 or 1.28% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A50490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50490 is #5AFB6F. Grayscale: #434343. Windows color (decimal): -5962608 or 9438373. OLE color: 9438373.

HSL color Cylindrical-coordinate representation of color #A50490: hue angle of 307.83º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A50490 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 4 144 -
CMYK 0 0.98 0.13 0.35
HSL 307.83º 0.95% 0.33% -
HSV(B) 307.83º 0.98% 0.65% -
XYZ 20.59 10.1 27.25 -
YUV 68.1 170.84 197.12 -
System Red Green Blue C M Y K H S L
Decimal 165 4 144 0 0.98 0.13 0.35 307.83 0.95 0.33
Hex A5 4 90 0 62 D 23 134 5F 21
Octal 245 4 220 0 142 15 43 464 137 41
Binary 10100101 100 10010000 0 1100010 1101 100011 100110100 1011111 100001

Color Harmonies of #A50490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50490

Black with #A50490

Text Example


Text Example

White with #A50490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50490; }

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

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

background-color css

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

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

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

border-color css

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

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

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