Html Css Color HEX #A51497 Dark Magenta

📋 copy color: '#A51497'

red 165 ◦ green 20 ◦ blue 151

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

Shades of Dark Magenta #A51497

Tints of Dark Magenta #A51497

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.95%

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

R = 49.11%
G = 5.95%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A51497 (or 0xA51497) is known color: Dark Magenta. HEX triplet: A5, 14 and 97. RGB value is (165,20,151). Sum of RGB (Red+Green+Blue) = 165+20+151=336 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.11% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 165 - color contains mainly: red. Hex color #A51497 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51497 is #5AEB68. Grayscale: #4D4D4D. Windows color (decimal): -5958505 or 9901221. OLE color: 9901221.

HSL color Cylindrical-coordinate representation of color #A51497: hue angle of 305.79º degrees, saturation: 0.78, 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 #A51497 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 20 151 -
CMYK 0 0.88 0.08 0.35
HSL 305.79º 0.78% 0.36% -
HSV(B) 305.79º 0.88% 0.65% -
XYZ 21.35 10.73 30.22 -
YUV 78.29 169.04 189.85 -
System Red Green Blue C M Y K H S L
Decimal 165 20 151 0 0.88 0.08 0.35 305.79 0.78 0.36
Hex A5 14 97 0 58 8 23 132 4E 24
Octal 245 24 227 0 130 10 43 462 116 44
Binary 10100101 10100 10010111 0 1011000 1000 100011 100110010 1001110 100100

Color Harmonies of #A51497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51497

Black with #A51497

Text Example


Text Example

White with #A51497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51497; }

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

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

background-color css

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

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

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

border-color css

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

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

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