Html Css Color HEX #A51D9A Dark Magenta

📋 copy color: '#A51D9A'

red 165 ◦ green 29 ◦ blue 154

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

Shades of Dark Magenta #A51D9A

Tints of Dark Magenta #A51D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44.25%

R = 47.41%
G = 8.33%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A51D9A (or 0xA51D9A) is known color: Dark Magenta. HEX triplet: A5, 1D and 9A. RGB value is (165,29,154). Sum of RGB (Red+Green+Blue) = 165+29+154=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A51D9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51D9A is #5AE265. Grayscale: #535353. Windows color (decimal): -5956198 or 10100133. OLE color: 10100133.

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

Color convert

RGB 165 29 154 -
CMYK 0 0.82 0.07 0.35
HSL 304.85º 0.7% 0.38% -
HSV(B) 304.85º 0.82% 0.65% -
XYZ 21.79 11.21 31.59 -
YUV 83.91 167.56 185.84 -
System Red Green Blue C M Y K H S L
Decimal 165 29 154 0 0.82 0.07 0.35 304.85 0.7 0.38
Hex A5 1D 9A 0 52 7 23 131 46 26
Octal 245 35 232 0 122 7 43 461 106 46
Binary 10100101 11101 10011010 0 1010010 111 100011 100110001 1000110 100110

Color Harmonies of #A51D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51D9A

Black with #A51D9A

Text Example


Text Example

White with #A51D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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