Html Css Color HEX #A50289 Dark Magenta

📋 copy color: '#A50289'

red 165 ◦ green 2 ◦ blue 137

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

Shades of Dark Magenta #A50289

Tints of Dark Magenta #A50289

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

 BLUE value IS 137 (53.91% from 255) = 45.07%

R = 54.28%
G = 0.66%
B = 45.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A50289 (or 0xA50289) is known color: Dark Magenta. HEX triplet: A5, 02 and 89. RGB value is (165,2,137). Sum of RGB (Red+Green+Blue) = 165+2+137=304 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.28% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 165 - color contains mainly: red. Hex color #A50289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50289 is #5AFD76. Grayscale: #414141. Windows color (decimal): -5963127 or 8979109. OLE color: 8979109.

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

Color convert

RGB 165 2 137 -
CMYK 0 0.99 0.17 0.35
HSL 310.31º 0.98% 0.33% -
HSV(B) 310.31º 0.99% 0.65% -
XYZ 20.05 9.85 24.51 -
YUV 66.13 168 198.52 -
System Red Green Blue C M Y K H S L
Decimal 165 2 137 0 0.99 0.17 0.35 310.31 0.98 0.33
Hex A5 2 89 0 63 11 23 136 62 21
Octal 245 2 211 0 143 21 43 466 142 41
Binary 10100101 10 10001001 0 1100011 10001 100011 100110110 1100010 100001

Color Harmonies of #A50289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50289

Black with #A50289

Text Example


Text Example

White with #A50289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50289; }

 p { color: rgb(165,2,137); }

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

background-color css

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

 a { background-color: rgb(165,2,137); }

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

border-color css

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

 span { border-color: rgb(165,2,137); }

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