Html Css Color HEX #A50C8A Dark Magenta

📋 copy color: '#A50C8A'

red 165 ◦ green 12 ◦ blue 138

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

Shades of Dark Magenta #A50C8A

Tints of Dark Magenta #A50C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.81%

R = 52.38%
G = 3.81%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A50C8A (or 0xA50C8A) is known color: Dark Magenta. HEX triplet: A5, 0C and 8A. RGB value is (165,12,138). Sum of RGB (Red+Green+Blue) = 165+12+138=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50C8A is #5AF375. Grayscale: #474747. Windows color (decimal): -5960566 or 9047205. OLE color: 9047205.

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

Color convert

RGB 165 12 138 -
CMYK 0 0.93 0.16 0.35
HSL 310.59º 0.86% 0.35% -
HSV(B) 310.59º 0.93% 0.65% -
XYZ 20.24 10.1 24.93 -
YUV 72.11 165.19 194.25 -
System Red Green Blue C M Y K H S L
Decimal 165 12 138 0 0.93 0.16 0.35 310.59 0.86 0.35
Hex A5 C 8A 0 5D 10 23 137 56 23
Octal 245 14 212 0 135 20 43 467 126 43
Binary 10100101 1100 10001010 0 1011101 10000 100011 100110111 1010110 100011

Color Harmonies of #A50C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50C8A

Black with #A50C8A

Text Example


Text Example

White with #A50C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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