Html Css Color HEX #A51396 Dark Magenta

📋 copy color: '#A51396'

red 165 ◦ green 19 ◦ blue 150

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

Shades of Dark Magenta #A51396

Tints of Dark Magenta #A51396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 44.91%

R = 49.4%
G = 5.69%
B = 44.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A51396 (or 0xA51396) is known color: Dark Magenta. HEX triplet: A5, 13 and 96. RGB value is (165,19,150). Sum of RGB (Red+Green+Blue) = 165+19+150=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A51396 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51396 is #5AEC69. Grayscale: #4D4D4D. Windows color (decimal): -5958762 or 9835429. OLE color: 9835429.

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

Color convert

RGB 165 19 150 -
CMYK 0 0.88 0.09 0.35
HSL 306.16º 0.79% 0.36% -
HSV(B) 306.16º 0.88% 0.65% -
XYZ 21.25 10.67 29.79 -
YUV 77.59 168.87 190.35 -
System Red Green Blue C M Y K H S L
Decimal 165 19 150 0 0.88 0.09 0.35 306.16 0.79 0.36
Hex A5 13 96 0 58 9 23 132 4F 24
Octal 245 23 226 0 130 11 43 462 117 44
Binary 10100101 10011 10010110 0 1011000 1001 100011 100110010 1001111 100100

Color Harmonies of #A51396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51396

Black with #A51396

Text Example


Text Example

White with #A51396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51396; }

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

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

background-color css

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

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

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

border-color css

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

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

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