Html Css Color HEX #A51D9C Dark Magenta

📋 copy color: '#A51D9C'

red 165 ◦ green 29 ◦ blue 156

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

Shades of Dark Magenta #A51D9C

Tints of Dark Magenta #A51D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.57%

R = 47.14%
G = 8.29%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A51D9C (or 0xA51D9C) is known color: Dark Magenta. HEX triplet: A5, 1D and 9C. RGB value is (165,29,156). Sum of RGB (Red+Green+Blue) = 165+29+156=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A51D9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51D9C is #5AE263. Grayscale: #535353. Windows color (decimal): -5956196 or 10231205. OLE color: 10231205.

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

Color convert

RGB 165 29 156 -
CMYK 0 0.82 0.05 0.35
HSL 303.97º 0.7% 0.38% -
HSV(B) 303.97º 0.82% 0.65% -
XYZ 21.96 11.28 32.47 -
YUV 84.14 168.56 185.67 -
System Red Green Blue C M Y K H S L
Decimal 165 29 156 0 0.82 0.05 0.35 303.97 0.7 0.38
Hex A5 1D 9C 0 52 5 23 130 46 26
Octal 245 35 234 0 122 5 43 460 106 46
Binary 10100101 11101 10011100 0 1010010 101 100011 100110000 1000110 100110

Color Harmonies of #A51D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51D9C

Black with #A51D9C

Text Example


Text Example

White with #A51D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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