Html Css Color HEX #A50BA0 Dark Magenta

📋 copy color: '#A50BA0'

red 165 ◦ green 11 ◦ blue 160

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

Shades of Dark Magenta #A50BA0

Tints of Dark Magenta #A50BA0

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.27%

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

R = 49.11%
G = 3.27%
B = 47.62%

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

#A50BA0 (or 0xA50BA0) is known color: Dark Magenta. HEX triplet: A5, 0B and A0. RGB value is (165,11,160). Sum of RGB (Red+Green+Blue) = 165+11+160=336 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.11% from 336); Green value is 11 (4.69% from 255 or 3.27% from 336); Blue value is 160 (62.89% from 255 or 47.62% from 336); Max value from RGB is 165 - color contains mainly: red. Hex color #A50BA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50BA0 is #5AF45F. Grayscale: #494949. Windows color (decimal): -5960800 or 10488741. OLE color: 10488741.

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

Color convert

RGB 165 11 160 -
CMYK 0 0.93 0.03 0.35
HSL 301.95º 0.88% 0.35% -
HSV(B) 301.95º 0.93% 0.65% -
XYZ 21.98 10.78 34.18 -
YUV 74.03 176.52 192.88 -
System Red Green Blue C M Y K H S L
Decimal 165 11 160 0 0.93 0.03 0.35 301.95 0.88 0.35
Hex A5 B A0 0 5D 3 23 12E 58 23
Octal 245 13 240 0 135 3 43 456 130 43
Binary 10100101 1011 10100000 0 1011101 11 100011 100101110 1011000 100011

Color Harmonies of #A50BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50BA0

Black with #A50BA0

Text Example


Text Example

White with #A50BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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