Html Css Color HEX #A31392 Dark Magenta

📋 copy color: '#A31392'

red 163 ◦ green 19 ◦ blue 146

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

Shades of Dark Magenta #A31392

Tints of Dark Magenta #A31392

RGB

 RED value IS 163 (64.06% from 255) = 49.7%

 GREEN value IS 19 (7.81% from 255) = 5.79%

 BLUE value IS 146 (57.42% from 255) = 44.51%

R = 49.7%
G = 5.79%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A31392 (or 0xA31392) is known color: Dark Magenta. HEX triplet: A3, 13 and 92. RGB value is (163,19,146). Sum of RGB (Red+Green+Blue) = 163+19+146=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A31392 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31392 is #5CEC6D. Grayscale: #4C4C4C. Windows color (decimal): -6089838 or 9573283. OLE color: 9573283.

HSL color Cylindrical-coordinate representation of color #A31392: hue angle of 307.08º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31392 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 19 146 -
CMYK 0 0.88 0.10 0.36
HSL 307.08º 0.79% 0.36% -
HSV(B) 307.08º 0.88% 0.64% -
XYZ 20.53 10.33 28.11 -
YUV 76.53 167.21 189.67 -
System Red Green Blue C M Y K H S L
Decimal 163 19 146 0 0.88 0.10 0.36 307.08 0.79 0.36
Hex A3 13 92 0 58 A 24 133 4F 24
Octal 243 23 222 0 130 12 44 463 117 44
Binary 10100011 10011 10010010 0 1011000 1010 100100 100110011 1001111 100100

Color Harmonies of #A31392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31392

Black with #A31392

Text Example


Text Example

White with #A31392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31392; }

 p { color: rgb(163,19,146); }

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

background-color css

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

 a { background-color: rgb(163,19,146); }

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

border-color css

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

 span { border-color: rgb(163,19,146); }

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