Html Css Color HEX #A51D9E Dark Magenta

📋 copy color: '#A51D9E'

red 165 ◦ green 29 ◦ blue 158

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

Shades of Dark Magenta #A51D9E

Tints of Dark Magenta #A51D9E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.24%

 BLUE value IS 158 (62.11% from 255) = 44.89%

R = 46.88%
G = 8.24%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A51D9E (or 0xA51D9E) is known color: Dark Magenta. HEX triplet: A5, 1D and 9E. RGB value is (165,29,158). Sum of RGB (Red+Green+Blue) = 165+29+158=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 29 (11.72% from 255 or 8.24% from 352); Blue value is 158 (62.11% from 255 or 44.89% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A51D9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51D9E is #5AE261. Grayscale: #535353. Windows color (decimal): -5956194 or 10362277. OLE color: 10362277.

HSL color Cylindrical-coordinate representation of color #A51D9E: hue angle of 303.09º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A51D9E is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 29 158 -
CMYK 0 0.82 0.04 0.35
HSL 303.09º 0.7% 0.38% -
HSV(B) 303.09º 0.82% 0.65% -
XYZ 22.13 11.35 33.37 -
YUV 84.37 169.56 185.51 -
System Red Green Blue C M Y K H S L
Decimal 165 29 158 0 0.82 0.04 0.35 303.09 0.7 0.38
Hex A5 1D 9E 0 52 4 23 12F 46 26
Octal 245 35 236 0 122 4 43 457 106 46
Binary 10100101 11101 10011110 0 1010010 100 100011 100101111 1000110 100110

Color Harmonies of #A51D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51D9E

Black with #A51D9E

Text Example


Text Example

White with #A51D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51D9E; }

 p { color: rgb(165,29,158); }

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

background-color css

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

 a { background-color: rgb(165,29,158); }

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

border-color css

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

 span { border-color: rgb(165,29,158); }

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