Html Css Color HEX #A50399 Dark Magenta

📋 copy color: '#A50399'

red 165 ◦ green 3 ◦ blue 153

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

Shades of Dark Magenta #A50399

Tints of Dark Magenta #A50399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 47.66%

R = 51.4%
G = 0.93%
B = 47.66%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A50399 (or 0xA50399) is known color: Dark Magenta. HEX triplet: A5, 03 and 99. RGB value is (165,3,153). Sum of RGB (Red+Green+Blue) = 165+3+153=321 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.40% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 165 - color contains mainly: red. Hex color #A50399 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50399 is #5AFC66. Grayscale: #444444. Windows color (decimal): -5962855 or 10027941. OLE color: 10027941.

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

Color convert

RGB 165 3 153 -
CMYK 0 0.98 0.07 0.35
HSL 304.44º 0.96% 0.33% -
HSV(B) 304.44º 0.98% 0.65% -
XYZ 21.3 10.36 31.01 -
YUV 68.54 175.67 196.8 -
System Red Green Blue C M Y K H S L
Decimal 165 3 153 0 0.98 0.07 0.35 304.44 0.96 0.33
Hex A5 3 99 0 62 7 23 130 60 21
Octal 245 3 231 0 142 7 43 460 140 41
Binary 10100101 11 10011001 0 1100010 111 100011 100110000 1100000 100001

Color Harmonies of #A50399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50399

Black with #A50399

Text Example


Text Example

White with #A50399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50399; }

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

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

background-color css

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

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

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

border-color css

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

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

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