Html Css Color HEX #A50B86 Dark Magenta

📋 copy color: '#A50B86'

red 165 ◦ green 11 ◦ blue 134

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

Shades of Dark Magenta #A50B86

Tints of Dark Magenta #A50B86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 43.23%

R = 53.23%
G = 3.55%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A50B86 (or 0xA50B86) is known color: Dark Magenta. HEX triplet: A5, 0B and 86. RGB value is (165,11,134). Sum of RGB (Red+Green+Blue) = 165+11+134=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A50B86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50B86 is #5AF479. Grayscale: #464646. Windows color (decimal): -5960826 or 8784805. OLE color: 8784805.

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

Color convert

RGB 165 11 134 -
CMYK 0 0.93 0.19 0.35
HSL 312.08º 0.88% 0.35% -
HSV(B) 312.08º 0.93% 0.65% -
XYZ 19.94 9.96 23.43 -
YUV 71.07 163.52 195 -
System Red Green Blue C M Y K H S L
Decimal 165 11 134 0 0.93 0.19 0.35 312.08 0.88 0.35
Hex A5 B 86 0 5D 13 23 138 58 23
Octal 245 13 206 0 135 23 43 470 130 43
Binary 10100101 1011 10000110 0 1011101 10011 100011 100111000 1011000 100011

Color Harmonies of #A50B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50B86

Black with #A50B86

Text Example


Text Example

White with #A50B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50B86; }

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

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

background-color css

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

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

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

border-color css

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

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

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