Html Css Color HEX #A50C9A Dark Magenta

📋 copy color: '#A50C9A'

red 165 ◦ green 12 ◦ blue 154

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

Shades of Dark Magenta #A50C9A

Tints of Dark Magenta #A50C9A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.63%

 BLUE value IS 154 (60.55% from 255) = 46.53%

R = 49.85%
G = 3.63%
B = 46.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A50C9A (or 0xA50C9A) is known color: Dark Magenta. HEX triplet: A5, 0C and 9A. RGB value is (165,12,154). Sum of RGB (Red+Green+Blue) = 165+12+154=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 154 (60.55% from 255 or 46.53% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50C9A is #5AF365. Grayscale: #494949. Windows color (decimal): -5960550 or 10095781. OLE color: 10095781.

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

Color convert

RGB 165 12 154 -
CMYK 0 0.93 0.07 0.35
HSL 304.31º 0.86% 0.35% -
HSV(B) 304.31º 0.93% 0.65% -
XYZ 21.48 10.6 31.48 -
YUV 73.94 173.19 192.95 -
System Red Green Blue C M Y K H S L
Decimal 165 12 154 0 0.93 0.07 0.35 304.31 0.86 0.35
Hex A5 C 9A 0 5D 7 23 130 56 23
Octal 245 14 232 0 135 7 43 460 126 43
Binary 10100101 1100 10011010 0 1011101 111 100011 100110000 1010110 100011

Color Harmonies of #A50C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50C9A

Black with #A50C9A

Text Example


Text Example

White with #A50C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50C9A; }

 p { color: rgb(165,12,154); }

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

background-color css

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

 a { background-color: rgb(165,12,154); }

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

border-color css

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

 span { border-color: rgb(165,12,154); }

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