Html Css Color HEX #A50E96 Dark Magenta

📋 copy color: '#A50E96'

red 165 ◦ green 14 ◦ blue 150

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

Shades of Dark Magenta #A50E96

Tints of Dark Magenta #A50E96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.59%

R = 50.15%
G = 4.26%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A50E96 (or 0xA50E96) is known color: Dark Magenta. HEX triplet: A5, 0E and 96. RGB value is (165,14,150). Sum of RGB (Red+Green+Blue) = 165+14+150=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 14 (5.86% from 255 or 4.26% from 329); Blue value is 150 (58.98% from 255 or 45.59% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A50E96 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50E96 is #5AF169. Grayscale: #4A4A4A. Windows color (decimal): -5960042 or 9834149. OLE color: 9834149.

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

Color convert

RGB 165 14 150 -
CMYK 0 0.92 0.09 0.35
HSL 305.96º 0.84% 0.35% -
HSV(B) 305.96º 0.92% 0.65% -
XYZ 21.18 10.52 29.77 -
YUV 74.65 170.53 192.44 -
System Red Green Blue C M Y K H S L
Decimal 165 14 150 0 0.92 0.09 0.35 305.96 0.84 0.35
Hex A5 E 96 0 5C 9 23 132 54 23
Octal 245 16 226 0 134 11 43 462 124 43
Binary 10100101 1110 10010110 0 1011100 1001 100011 100110010 1010100 100011

Color Harmonies of #A50E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50E96

Black with #A50E96

Text Example


Text Example

White with #A50E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50E96; }

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

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

background-color css

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

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

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

border-color css

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

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

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