Html Css Color HEX #A31394 Dark Magenta

📋 copy color: '#A31394'

red 163 ◦ green 19 ◦ blue 148

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

Shades of Dark Magenta #A31394

Tints of Dark Magenta #A31394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.85%

R = 49.39%
G = 5.76%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A31394 (or 0xA31394) is known color: Dark Magenta. HEX triplet: A3, 13 and 94. RGB value is (163,19,148). Sum of RGB (Red+Green+Blue) = 163+19+148=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 19 (7.81% from 255 or 5.76% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A31394 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31394 is #5CEC6B. Grayscale: #4C4C4C. Windows color (decimal): -6089836 or 9704355. OLE color: 9704355.

HSL color Cylindrical-coordinate representation of color #A31394: hue angle of 306.25º 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 #A31394 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 19 148 -
CMYK 0 0.88 0.09 0.36
HSL 306.25º 0.79% 0.36% -
HSV(B) 306.25º 0.88% 0.64% -
XYZ 20.68 10.39 28.93 -
YUV 76.76 168.21 189.51 -
System Red Green Blue C M Y K H S L
Decimal 163 19 148 0 0.88 0.09 0.36 306.25 0.79 0.36
Hex A3 13 94 0 58 9 24 132 4F 24
Octal 243 23 224 0 130 11 44 462 117 44
Binary 10100011 10011 10010100 0 1011000 1001 100100 100110010 1001111 100100

Color Harmonies of #A31394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31394

Black with #A31394

Text Example


Text Example

White with #A31394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31394; }

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

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

background-color css

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

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

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

border-color css

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

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

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