Html Css Color HEX #A50186 Dark Magenta

📋 copy color: '#A50186'

red 165 ◦ green 1 ◦ blue 134

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

Shades of Dark Magenta #A50186

Tints of Dark Magenta #A50186

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 55%
G = 0.33%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A50186 (or 0xA50186) is known color: Dark Magenta. HEX triplet: A5, 01 and 86. RGB value is (165,1,134). Sum of RGB (Red+Green+Blue) = 165+1+134=300 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 134 (52.73% from 255 or 44.67% from 300); Max value from RGB is 165 - color contains mainly: red. Hex color #A50186 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50186 is #5AFE79. Grayscale: #404040. Windows color (decimal): -5963386 or 8782245. OLE color: 8782245.

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

Color convert

RGB 165 1 134 -
CMYK 0 0.99 0.19 0.35
HSL 311.34º 0.99% 0.33% -
HSV(B) 311.34º 0.99% 0.65% -
XYZ 19.83 9.74 23.39 -
YUV 65.2 166.83 199.19 -
System Red Green Blue C M Y K H S L
Decimal 165 1 134 0 0.99 0.19 0.35 311.34 0.99 0.33
Hex A5 1 86 0 63 13 23 137 63 21
Octal 245 1 206 0 143 23 43 467 143 41
Binary 10100101 1 10000110 0 1100011 10011 100011 100110111 1100011 100001

Color Harmonies of #A50186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50186

Black with #A50186

Text Example


Text Example

White with #A50186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50186; }

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

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

background-color css

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

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

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

border-color css

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

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

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