Html Css Color HEX #A51593 Dark Magenta

📋 copy color: '#A51593'

red 165 ◦ green 21 ◦ blue 147

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

Shades of Dark Magenta #A51593

Tints of Dark Magenta #A51593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.14%

R = 49.55%
G = 6.31%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A51593 (or 0xA51593) is known color: Dark Magenta. HEX triplet: A5, 15 and 93. RGB value is (165,21,147). Sum of RGB (Red+Green+Blue) = 165+21+147=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A51593 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51593 is #5AEA6C. Grayscale: #4E4E4E. Windows color (decimal): -5958253 or 9639333. OLE color: 9639333.

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

Color convert

RGB 165 21 147 -
CMYK 0 0.87 0.11 0.35
HSL 307.5º 0.77% 0.36% -
HSV(B) 307.5º 0.87% 0.65% -
XYZ 21.05 10.64 28.55 -
YUV 78.42 166.71 189.75 -
System Red Green Blue C M Y K H S L
Decimal 165 21 147 0 0.87 0.11 0.35 307.5 0.77 0.36
Hex A5 15 93 0 57 B 23 134 4D 24
Octal 245 25 223 0 127 13 43 464 115 44
Binary 10100101 10101 10010011 0 1010111 1011 100011 100110100 1001101 100100

Color Harmonies of #A51593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51593

Black with #A51593

Text Example


Text Example

White with #A51593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51593; }

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

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

background-color css

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

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

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

border-color css

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

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

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