Html Css Color HEX #A50B9D Dark Magenta

📋 copy color: '#A50B9D'

red 165 ◦ green 11 ◦ blue 157

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

Shades of Dark Magenta #A50B9D

Tints of Dark Magenta #A50B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 47.15%

R = 49.55%
G = 3.3%
B = 47.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A50B9D (or 0xA50B9D) is known color: Dark Magenta. HEX triplet: A5, 0B and 9D. RGB value is (165,11,157). Sum of RGB (Red+Green+Blue) = 165+11+157=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 11 (4.69% from 255 or 3.30% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A50B9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50B9D is #5AF462. Grayscale: #494949. Windows color (decimal): -5960803 or 10292133. OLE color: 10292133.

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

Color convert

RGB 165 11 157 -
CMYK 0 0.93 0.05 0.35
HSL 303.12º 0.88% 0.35% -
HSV(B) 303.12º 0.93% 0.65% -
XYZ 21.72 10.67 32.81 -
YUV 73.69 175.02 193.13 -
System Red Green Blue C M Y K H S L
Decimal 165 11 157 0 0.93 0.05 0.35 303.12 0.88 0.35
Hex A5 B 9D 0 5D 5 23 12F 58 23
Octal 245 13 235 0 135 5 43 457 130 43
Binary 10100101 1011 10011101 0 1011101 101 100011 100101111 1011000 100011

Color Harmonies of #A50B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50B9D

Black with #A50B9D

Text Example


Text Example

White with #A50B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50B9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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