Html Css Color HEX #A51389 Dark Magenta

📋 copy color: '#A51389'

red 165 ◦ green 19 ◦ blue 137

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

Shades of Dark Magenta #A51389

Tints of Dark Magenta #A51389

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.92%

 BLUE value IS 137 (53.91% from 255) = 42.68%

R = 51.4%
G = 5.92%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A51389 (or 0xA51389) is known color: Dark Magenta. HEX triplet: A5, 13 and 89. RGB value is (165,19,137). Sum of RGB (Red+Green+Blue) = 165+19+137=321 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.40% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 165 - color contains mainly: red. Hex color #A51389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51389 is #5AEC76. Grayscale: #4B4B4B. Windows color (decimal): -5958775 or 8983461. OLE color: 8983461.

HSL color Cylindrical-coordinate representation of color #A51389: hue angle of 311.51º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A51389 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 19 137 -
CMYK 0 0.88 0.17 0.35
HSL 311.51º 0.79% 0.36% -
HSV(B) 311.51º 0.88% 0.65% -
XYZ 20.27 10.27 24.58 -
YUV 76.11 162.37 191.41 -
System Red Green Blue C M Y K H S L
Decimal 165 19 137 0 0.88 0.17 0.35 311.51 0.79 0.36
Hex A5 13 89 0 58 11 23 138 4F 24
Octal 245 23 211 0 130 21 43 470 117 44
Binary 10100101 10011 10001001 0 1011000 10001 100011 100111000 1001111 100100

Color Harmonies of #A51389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51389

Black with #A51389

Text Example


Text Example

White with #A51389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51389; }

 p { color: rgb(165,19,137); }

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

background-color css

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

 a { background-color: rgb(165,19,137); }

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

border-color css

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

 span { border-color: rgb(165,19,137); }

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