Html Css Color HEX #A50D95 Dark Magenta

📋 copy color: '#A50D95'

red 165 ◦ green 13 ◦ blue 149

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

Shades of Dark Magenta #A50D95

Tints of Dark Magenta #A50D95

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.98%

 BLUE value IS 149 (58.59% from 255) = 45.57%

R = 50.46%
G = 3.98%
B = 45.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A50D95 (or 0xA50D95) is known color: Dark Magenta. HEX triplet: A5, 0D and 95. RGB value is (165,13,149). Sum of RGB (Red+Green+Blue) = 165+13+149=327 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.46% from 327); Green value is 13 (5.47% from 255 or 3.98% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 165 - color contains mainly: red. Hex color #A50D95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50D95 is #5AF26A. Grayscale: #494949. Windows color (decimal): -5960299 or 9768357. OLE color: 9768357.

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

Color convert

RGB 165 13 149 -
CMYK 0 0.92 0.10 0.35
HSL 306.32º 0.85% 0.35% -
HSV(B) 306.32º 0.92% 0.65% -
XYZ 21.09 10.46 29.34 -
YUV 73.95 170.36 192.94 -
System Red Green Blue C M Y K H S L
Decimal 165 13 149 0 0.92 0.10 0.35 306.32 0.85 0.35
Hex A5 D 95 0 5C A 23 132 55 23
Octal 245 15 225 0 134 12 43 462 125 43
Binary 10100101 1101 10010101 0 1011100 1010 100011 100110010 1010101 100011

Color Harmonies of #A50D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50D95

Black with #A50D95

Text Example


Text Example

White with #A50D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50D95; }

 p { color: rgb(165,13,149); }

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

background-color css

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

 a { background-color: rgb(165,13,149); }

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

border-color css

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

 span { border-color: rgb(165,13,149); }

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