Html Css Color HEX #A50E99 Dark Magenta

📋 copy color: '#A50E99'

red 165 ◦ green 14 ◦ blue 153

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

Shades of Dark Magenta #A50E99

Tints of Dark Magenta #A50E99

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.22%

 BLUE value IS 153 (60.16% from 255) = 46.08%

R = 49.7%
G = 4.22%
B = 46.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A50E99 (or 0xA50E99) is known color: Dark Magenta. HEX triplet: A5, 0E and 99. RGB value is (165,14,153). Sum of RGB (Red+Green+Blue) = 165+14+153=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 14 (5.86% from 255 or 4.22% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A50E99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50E99 is #5AF166. Grayscale: #4A4A4A. Windows color (decimal): -5960039 or 10030757. OLE color: 10030757.

HSL color Cylindrical-coordinate representation of color #A50E99: hue angle of 304.77º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A50E99 is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 14 153 -
CMYK 0 0.92 0.07 0.35
HSL 304.77º 0.84% 0.35% -
HSV(B) 304.77º 0.92% 0.65% -
XYZ 21.42 10.61 31.06 -
YUV 75 172.03 192.2 -
System Red Green Blue C M Y K H S L
Decimal 165 14 153 0 0.92 0.07 0.35 304.77 0.84 0.35
Hex A5 E 99 0 5C 7 23 131 54 23
Octal 245 16 231 0 134 7 43 461 124 43
Binary 10100101 1110 10011001 0 1011100 111 100011 100110001 1010100 100011

Color Harmonies of #A50E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50E99

Black with #A50E99

Text Example


Text Example

White with #A50E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50E99; }

 p { color: rgb(165,14,153); }

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

background-color css

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

 a { background-color: rgb(165,14,153); }

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

border-color css

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

 span { border-color: rgb(165,14,153); }

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