Html Css Color HEX #A51189 Dark Magenta

📋 copy color: '#A51189'

red 165 ◦ green 17 ◦ blue 137

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

Shades of Dark Magenta #A51189

Tints of Dark Magenta #A51189

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.33%

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

R = 51.72%
G = 5.33%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A51189 (or 0xA51189) is known color: Dark Magenta. HEX triplet: A5, 11 and 89. RGB value is (165,17,137). Sum of RGB (Red+Green+Blue) = 165+17+137=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 137 (53.91% from 255 or 42.95% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A51189 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51189 is #5AEE76. Grayscale: #4A4A4A. Windows color (decimal): -5959287 or 8982949. OLE color: 8982949.

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

Color convert

RGB 165 17 137 -
CMYK 0 0.90 0.17 0.35
HSL 311.35º 0.81% 0.36% -
HSV(B) 311.35º 0.9% 0.65% -
XYZ 20.23 10.21 24.57 -
YUV 74.93 163.03 192.24 -
System Red Green Blue C M Y K H S L
Decimal 165 17 137 0 0.90 0.17 0.35 311.35 0.81 0.36
Hex A5 11 89 0 5A 11 23 137 51 24
Octal 245 21 211 0 132 21 43 467 121 44
Binary 10100101 10001 10001001 0 1011010 10001 100011 100110111 1010001 100100

Color Harmonies of #A51189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51189

Black with #A51189

Text Example


Text Example

White with #A51189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51189; }

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

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

background-color css

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

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

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

border-color css

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

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

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