Html Css Color HEX #A50C96 Dark Magenta

📋 copy color: '#A50C96'

red 165 ◦ green 12 ◦ blue 150

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

Shades of Dark Magenta #A50C96

Tints of Dark Magenta #A50C96

RGB

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

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

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

R = 50.46%
G = 3.67%
B = 45.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A50C96 (or 0xA50C96) is known color: Dark Magenta. HEX triplet: A5, 0C and 96. RGB value is (165,12,150). Sum of RGB (Red+Green+Blue) = 165+12+150=327 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.46% from 327); Green value is 12 (5.08% from 255 or 3.67% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C96 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50C96 is #5AF369. Grayscale: #494949. Windows color (decimal): -5960554 or 9833637. OLE color: 9833637.

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

Color convert

RGB 165 12 150 -
CMYK 0 0.93 0.09 0.35
HSL 305.88º 0.86% 0.35% -
HSV(B) 305.88º 0.93% 0.65% -
XYZ 21.15 10.46 29.76 -
YUV 73.48 171.19 193.28 -
System Red Green Blue C M Y K H S L
Decimal 165 12 150 0 0.93 0.09 0.35 305.88 0.86 0.35
Hex A5 C 96 0 5D 9 23 132 56 23
Octal 245 14 226 0 135 11 43 462 126 43
Binary 10100101 1100 10010110 0 1011101 1001 100011 100110010 1010110 100011

Color Harmonies of #A50C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50C96

Black with #A50C96

Text Example


Text Example

White with #A50C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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