Html Css Color HEX #A50CA0 Dark Magenta

📋 copy color: '#A50CA0'

red 165 ◦ green 12 ◦ blue 160

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

Shades of Dark Magenta #A50CA0

Tints of Dark Magenta #A50CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 47.48%

R = 48.96%
G = 3.56%
B = 47.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A50CA0 (or 0xA50CA0) is known color: Dark Magenta. HEX triplet: A5, 0C and A0. RGB value is (165,12,160). Sum of RGB (Red+Green+Blue) = 165+12+160=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 160 (62.89% from 255 or 47.48% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A50CA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50CA0 is #5AF35F. Grayscale: #4A4A4A. Windows color (decimal): -5960544 or 10488997. OLE color: 10488997.

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

Color convert

RGB 165 12 160 -
CMYK 0 0.93 0.03 0.35
HSL 301.96º 0.86% 0.35% -
HSV(B) 301.96º 0.93% 0.65% -
XYZ 21.99 10.8 34.18 -
YUV 74.62 176.19 192.47 -
System Red Green Blue C M Y K H S L
Decimal 165 12 160 0 0.93 0.03 0.35 301.96 0.86 0.35
Hex A5 C A0 0 5D 3 23 12E 56 23
Octal 245 14 240 0 135 3 43 456 126 43
Binary 10100101 1100 10100000 0 1011101 11 100011 100101110 1010110 100011

Color Harmonies of #A50CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50CA0

Black with #A50CA0

Text Example


Text Example

White with #A50CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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