Html Css Color HEX #A50FA0 Dark Magenta

📋 copy color: '#A50FA0'

red 165 ◦ green 15 ◦ blue 160

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

Shades of Dark Magenta #A50FA0

Tints of Dark Magenta #A50FA0

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.41%

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

R = 48.53%
G = 4.41%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A50FA0 (or 0xA50FA0) is known color: Dark Magenta. HEX triplet: A5, 0F and A0. RGB value is (165,15,160). Sum of RGB (Red+Green+Blue) = 165+15+160=340 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.53% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 160 (62.89% from 255 or 47.06% from 340); Max value from RGB is 165 - color contains mainly: red. Hex color #A50FA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50FA0 is #5AF05F. Grayscale: #4B4B4B. Windows color (decimal): -5959776 or 10489765. OLE color: 10489765.

HSL color Cylindrical-coordinate representation of color #A50FA0: hue angle of 302º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A50FA0 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 15 160 -
CMYK 0 0.91 0.03 0.35
HSL 302º 0.83% 0.35% -
HSV(B) 302º 0.91% 0.65% -
XYZ 22.03 10.88 34.2 -
YUV 76.38 175.2 191.21 -
System Red Green Blue C M Y K H S L
Decimal 165 15 160 0 0.91 0.03 0.35 302 0.83 0.35
Hex A5 F A0 0 5B 3 23 12E 53 23
Octal 245 17 240 0 133 3 43 456 123 43
Binary 10100101 1111 10100000 0 1011011 11 100011 100101110 1010011 100011

Color Harmonies of #A50FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50FA0

Black with #A50FA0

Text Example


Text Example

White with #A50FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50FA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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