Html Css Color HEX #A51F9A Dark Magenta

📋 copy color: '#A51F9A'

red 165 ◦ green 31 ◦ blue 154

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

Shades of Dark Magenta #A51F9A

Tints of Dark Magenta #A51F9A

RGB

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

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

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

R = 47.14%
G = 8.86%
B = 44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A51F9A (or 0xA51F9A) is known color: Dark Magenta. HEX triplet: A5, 1F and 9A. RGB value is (165,31,154). Sum of RGB (Red+Green+Blue) = 165+31+154=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 31 (12.5% from 255 or 8.86% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A51F9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A51F9A is #5AE065. Grayscale: #545454. Windows color (decimal): -5955686 or 10100645. OLE color: 10100645.

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

Color convert

RGB 165 31 154 -
CMYK 0 0.81 0.07 0.35
HSL 304.93º 0.68% 0.38% -
HSV(B) 304.93º 0.81% 0.65% -
XYZ 21.84 11.31 31.6 -
YUV 85.09 166.89 185 -
System Red Green Blue C M Y K H S L
Decimal 165 31 154 0 0.81 0.07 0.35 304.93 0.68 0.38
Hex A5 1F 9A 0 51 7 23 131 44 26
Octal 245 37 232 0 121 7 43 461 104 46
Binary 10100101 11111 10011010 0 1010001 111 100011 100110001 1000100 100110

Color Harmonies of #A51F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51F9A

Black with #A51F9A

Text Example


Text Example

White with #A51F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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