Html Css Color HEX #A50397 Dark Magenta

📋 copy color: '#A50397'

red 165 ◦ green 3 ◦ blue 151

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

Shades of Dark Magenta #A50397

Tints of Dark Magenta #A50397

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.94%

 BLUE value IS 151 (59.38% from 255) = 47.34%

R = 51.72%
G = 0.94%
B = 47.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A50397 (or 0xA50397) is known color: Dark Magenta. HEX triplet: A5, 03 and 97. RGB value is (165,3,151). Sum of RGB (Red+Green+Blue) = 165+3+151=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 151 (59.38% from 255 or 47.34% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A50397 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50397 is #5AFC68. Grayscale: #434343. Windows color (decimal): -5962857 or 9896869. OLE color: 9896869.

HSL color Cylindrical-coordinate representation of color #A50397: hue angle of 305.19º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A50397 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 3 151 -
CMYK 0 0.98 0.08 0.35
HSL 305.19º 0.96% 0.33% -
HSV(B) 305.19º 0.98% 0.65% -
XYZ 21.14 10.3 30.15 -
YUV 68.31 174.67 196.97 -
System Red Green Blue C M Y K H S L
Decimal 165 3 151 0 0.98 0.08 0.35 305.19 0.96 0.33
Hex A5 3 97 0 62 8 23 131 60 21
Octal 245 3 227 0 142 10 43 461 140 41
Binary 10100101 11 10010111 0 1100010 1000 100011 100110001 1100000 100001

Color Harmonies of #A50397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50397

Black with #A50397

Text Example


Text Example

White with #A50397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50397; }

 p { color: rgb(165,3,151); }

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

background-color css

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

 a { background-color: rgb(165,3,151); }

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

border-color css

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

 span { border-color: rgb(165,3,151); }

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