Html Css Color HEX #A51F9D Dark Magenta

📋 copy color: '#A51F9D'

red 165 ◦ green 31 ◦ blue 157

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

Shades of Dark Magenta #A51F9D

Tints of Dark Magenta #A51F9D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.78%

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

R = 46.74%
G = 8.78%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A51F9D (or 0xA51F9D) is known color: Dark Magenta. HEX triplet: A5, 1F and 9D. RGB value is (165,31,157). Sum of RGB (Red+Green+Blue) = 165+31+157=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A51F9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51F9D is #5AE062. Grayscale: #555555. Windows color (decimal): -5955683 or 10297253. OLE color: 10297253.

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

Color convert

RGB 165 31 157 -
CMYK 0 0.81 0.05 0.35
HSL 303.58º 0.68% 0.38% -
HSV(B) 303.58º 0.81% 0.65% -
XYZ 22.09 11.41 32.94 -
YUV 85.43 168.39 184.75 -
System Red Green Blue C M Y K H S L
Decimal 165 31 157 0 0.81 0.05 0.35 303.58 0.68 0.38
Hex A5 1F 9D 0 51 5 23 130 44 26
Octal 245 37 235 0 121 5 43 460 104 46
Binary 10100101 11111 10011101 0 1010001 101 100011 100110000 1000100 100110

Color Harmonies of #A51F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51F9D

Black with #A51F9D

Text Example


Text Example

White with #A51F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51F9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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