Html Css Color HEX #A51E9D Dark Magenta

📋 copy color: '#A51E9D'

red 165 ◦ green 30 ◦ blue 157

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

Shades of Dark Magenta #A51E9D

Tints of Dark Magenta #A51E9D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.52%

 BLUE value IS 157 (61.72% from 255) = 44.6%

R = 46.88%
G = 8.52%
B = 44.6%

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

#A51E9D (or 0xA51E9D) is known color: Dark Magenta. HEX triplet: A5, 1E and 9D. RGB value is (165,30,157). Sum of RGB (Red+Green+Blue) = 165+30+157=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 30 (12.11% from 255 or 8.52% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51E9D is #5AE162. Grayscale: #545454. Windows color (decimal): -5955939 or 10296997. OLE color: 10296997.

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

Color convert

RGB 165 30 157 -
CMYK 0 0.82 0.05 0.35
HSL 303.56º 0.69% 0.38% -
HSV(B) 303.56º 0.82% 0.65% -
XYZ 22.07 11.36 32.93 -
YUV 84.84 168.73 185.17 -
System Red Green Blue C M Y K H S L
Decimal 165 30 157 0 0.82 0.05 0.35 303.56 0.69 0.38
Hex A5 1E 9D 0 52 5 23 130 45 26
Octal 245 36 235 0 122 5 43 460 105 46
Binary 10100101 11110 10011101 0 1010010 101 100011 100110000 1000101 100110

Color Harmonies of #A51E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51E9D

Black with #A51E9D

Text Example


Text Example

White with #A51E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51E9D; }

 p { color: rgb(165,30,157); }

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

background-color css

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

 a { background-color: rgb(165,30,157); }

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

border-color css

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

 span { border-color: rgb(165,30,157); }

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