Html Css Color HEX #A51792 Dark Magenta

📋 copy color: '#A51792'

red 165 ◦ green 23 ◦ blue 146

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

Shades of Dark Magenta #A51792

Tints of Dark Magenta #A51792

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.89%

 BLUE value IS 146 (57.42% from 255) = 43.71%

R = 49.4%
G = 6.89%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A51792 (or 0xA51792) is known color: Dark Magenta. HEX triplet: A5, 17 and 92. RGB value is (165,23,146). Sum of RGB (Red+Green+Blue) = 165+23+146=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A51792 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51792 is #5AE86D. Grayscale: #4F4F4F. Windows color (decimal): -5957742 or 9574309. OLE color: 9574309.

HSL color Cylindrical-coordinate representation of color #A51792: hue angle of 308.03º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A51792 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 23 146 -
CMYK 0 0.86 0.12 0.35
HSL 308.03º 0.76% 0.37% -
HSV(B) 308.03º 0.86% 0.65% -
XYZ 21.01 10.69 28.15 -
YUV 79.48 165.54 189 -
System Red Green Blue C M Y K H S L
Decimal 165 23 146 0 0.86 0.12 0.35 308.03 0.76 0.37
Hex A5 17 92 0 56 C 23 134 4C 25
Octal 245 27 222 0 126 14 43 464 114 45
Binary 10100101 10111 10010010 0 1010110 1100 100011 100110100 1001100 100101

Color Harmonies of #A51792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51792

Black with #A51792

Text Example


Text Example

White with #A51792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51792; }

 p { color: rgb(165,23,146); }

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

background-color css

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

 a { background-color: rgb(165,23,146); }

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

border-color css

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

 span { border-color: rgb(165,23,146); }

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