Html Css Color HEX #A51597 Dark Magenta

📋 copy color: '#A51597'

red 165 ◦ green 21 ◦ blue 151

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

Shades of Dark Magenta #A51597

Tints of Dark Magenta #A51597

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.23%

 BLUE value IS 151 (59.38% from 255) = 44.81%

R = 48.96%
G = 6.23%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A51597 (or 0xA51597) is known color: Dark Magenta. HEX triplet: A5, 15 and 97. RGB value is (165,21,151). Sum of RGB (Red+Green+Blue) = 165+21+151=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 151 (59.38% from 255 or 44.81% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A51597 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51597 is #5AEA68. Grayscale: #4E4E4E. Windows color (decimal): -5958249 or 9901477. OLE color: 9901477.

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

Color convert

RGB 165 21 151 -
CMYK 0 0.87 0.08 0.35
HSL 305.83º 0.77% 0.36% -
HSV(B) 305.83º 0.87% 0.65% -
XYZ 21.37 10.77 30.23 -
YUV 78.88 168.71 189.43 -
System Red Green Blue C M Y K H S L
Decimal 165 21 151 0 0.87 0.08 0.35 305.83 0.77 0.36
Hex A5 15 97 0 57 8 23 132 4D 24
Octal 245 25 227 0 127 10 43 462 115 44
Binary 10100101 10101 10010111 0 1010111 1000 100011 100110010 1001101 100100

Color Harmonies of #A51597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51597

Black with #A51597

Text Example


Text Example

White with #A51597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51597; }

 p { color: rgb(165,21,151); }

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

background-color css

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

 a { background-color: rgb(165,21,151); }

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

border-color css

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

 span { border-color: rgb(165,21,151); }

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