Html Css Color HEX #A50BA1 Dark Magenta

📋 copy color: '#A50BA1'

red 165 ◦ green 11 ◦ blue 161

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

Shades of Dark Magenta #A50BA1

Tints of Dark Magenta #A50BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 47.77%

R = 48.96%
G = 3.26%
B = 47.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A50BA1 (or 0xA50BA1) is known color: Dark Magenta. HEX triplet: A5, 0B and A1. RGB value is (165,11,161). Sum of RGB (Red+Green+Blue) = 165+11+161=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 11 (4.69% from 255 or 3.26% from 337); Blue value is 161 (63.28% from 255 or 47.77% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A50BA1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50BA1 is #5AF45E. Grayscale: #494949. Windows color (decimal): -5960799 or 10554277. OLE color: 10554277.

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

Color convert

RGB 165 11 161 -
CMYK 0 0.93 0.02 0.35
HSL 301.56º 0.88% 0.35% -
HSV(B) 301.56º 0.93% 0.65% -
XYZ 22.07 10.81 34.64 -
YUV 74.15 177.02 192.8 -
System Red Green Blue C M Y K H S L
Decimal 165 11 161 0 0.93 0.02 0.35 301.56 0.88 0.35
Hex A5 B A1 0 5D 2 23 12E 58 23
Octal 245 13 241 0 135 2 43 456 130 43
Binary 10100101 1011 10100001 0 1011101 10 100011 100101110 1011000 100011

Color Harmonies of #A50BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50BA1

Black with #A50BA1

Text Example


Text Example

White with #A50BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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