Html Css Color HEX #A51186 Dark Magenta

📋 copy color: '#A51186'

red 165 ◦ green 17 ◦ blue 134

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

Shades of Dark Magenta #A51186

Tints of Dark Magenta #A51186

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.38%

 BLUE value IS 134 (52.73% from 255) = 42.41%

R = 52.22%
G = 5.38%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A51186 (or 0xA51186) is known color: Dark Magenta. HEX triplet: A5, 11 and 86. RGB value is (165,17,134). Sum of RGB (Red+Green+Blue) = 165+17+134=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A51186 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51186 is #5AEE79. Grayscale: #4A4A4A. Windows color (decimal): -5959290 or 8786341. OLE color: 8786341.

HSL color Cylindrical-coordinate representation of color #A51186: hue angle of 312.57º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A51186 is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 17 134 -
CMYK 0 0.90 0.19 0.35
HSL 312.57º 0.81% 0.36% -
HSV(B) 312.57º 0.9% 0.65% -
XYZ 20.02 10.12 23.45 -
YUV 74.59 161.53 192.49 -
System Red Green Blue C M Y K H S L
Decimal 165 17 134 0 0.90 0.19 0.35 312.57 0.81 0.36
Hex A5 11 86 0 5A 13 23 139 51 24
Octal 245 21 206 0 132 23 43 471 121 44
Binary 10100101 10001 10000110 0 1011010 10011 100011 100111001 1010001 100100

Color Harmonies of #A51186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51186

Black with #A51186

Text Example


Text Example

White with #A51186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51186; }

 p { color: rgb(165,17,134); }

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

background-color css

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

 a { background-color: rgb(165,17,134); }

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

border-color css

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

 span { border-color: rgb(165,17,134); }

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