Html Css Color HEX #A50185 Dark Magenta

📋 copy color: '#A50185'

red 165 ◦ green 1 ◦ blue 133

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

Shades of Dark Magenta #A50185

Tints of Dark Magenta #A50185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 44.48%

R = 55.18%
G = 0.33%
B = 44.48%

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

#A50185 (or 0xA50185) is known color: Dark Magenta. HEX triplet: A5, 01 and 85. RGB value is (165,1,133). Sum of RGB (Red+Green+Blue) = 165+1+133=299 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.18% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 165 - color contains mainly: red. Hex color #A50185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50185 is #5AFE7A. Grayscale: #404040. Windows color (decimal): -5963387 or 8716709. OLE color: 8716709.

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

Color convert

RGB 165 1 133 -
CMYK 0 0.99 0.19 0.35
HSL 311.71º 0.99% 0.33% -
HSV(B) 311.71º 0.99% 0.65% -
XYZ 19.76 9.71 23.02 -
YUV 65.08 166.33 199.27 -
System Red Green Blue C M Y K H S L
Decimal 165 1 133 0 0.99 0.19 0.35 311.71 0.99 0.33
Hex A5 1 85 0 63 13 23 138 63 21
Octal 245 1 205 0 143 23 43 470 143 41
Binary 10100101 1 10000101 0 1100011 10011 100011 100111000 1100011 100001

Color Harmonies of #A50185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50185

Black with #A50185

Text Example


Text Example

White with #A50185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50185; }

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

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

background-color css

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

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

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

border-color css

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

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

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