Html Css Color HEX #A50487 Dark Magenta

📋 copy color: '#A50487'

red 165 ◦ green 4 ◦ blue 135

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

Shades of Dark Magenta #A50487

Tints of Dark Magenta #A50487

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.32%

 BLUE value IS 135 (53.13% from 255) = 44.41%

R = 54.28%
G = 1.32%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A50487 (or 0xA50487) is known color: Dark Magenta. HEX triplet: A5, 04 and 87. RGB value is (165,4,135). Sum of RGB (Red+Green+Blue) = 165+4+135=304 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.28% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 135 (53.12% from 255 or 44.41% from 304); Max value from RGB is 165 - color contains mainly: red. Hex color #A50487 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50487 is #5AFB78. Grayscale: #424242. Windows color (decimal): -5962617 or 8848549. OLE color: 8848549.

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

Color convert

RGB 165 4 135 -
CMYK 0 0.98 0.18 0.35
HSL 311.18º 0.95% 0.33% -
HSV(B) 311.18º 0.98% 0.65% -
XYZ 19.93 9.84 23.77 -
YUV 67.07 166.34 197.85 -
System Red Green Blue C M Y K H S L
Decimal 165 4 135 0 0.98 0.18 0.35 311.18 0.95 0.33
Hex A5 4 87 0 62 12 23 137 5F 21
Octal 245 4 207 0 142 22 43 467 137 41
Binary 10100101 100 10000111 0 1100010 10010 100011 100110111 1011111 100001

Color Harmonies of #A50487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50487

Black with #A50487

Text Example


Text Example

White with #A50487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50487; }

 p { color: rgb(165,4,135); }

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

background-color css

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

 a { background-color: rgb(165,4,135); }

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

border-color css

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

 span { border-color: rgb(165,4,135); }

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