Html Css Color HEX #A31397 Dark Magenta

📋 copy color: '#A31397'

red 163 ◦ green 19 ◦ blue 151

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

Shades of Dark Magenta #A31397

Tints of Dark Magenta #A31397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 45.35%

R = 48.95%
G = 5.71%
B = 45.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A31397 (or 0xA31397) is known color: Dark Magenta. HEX triplet: A3, 13 and 97. RGB value is (163,19,151). Sum of RGB (Red+Green+Blue) = 163+19+151=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 151 (59.38% from 255 or 45.35% from 333); Max value from RGB is 163 - color contains mainly: red. Hex color #A31397 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31397 is #5CEC68. Grayscale: #4C4C4C. Windows color (decimal): -6089833 or 9900963. OLE color: 9900963.

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

Color convert

RGB 163 19 151 -
CMYK 0 0.88 0.07 0.36
HSL 305º 0.79% 0.36% -
HSV(B) 305º 0.88% 0.64% -
XYZ 20.92 10.49 30.2 -
YUV 77.1 169.71 189.27 -
System Red Green Blue C M Y K H S L
Decimal 163 19 151 0 0.88 0.07 0.36 305 0.79 0.36
Hex A3 13 97 0 58 7 24 131 4F 24
Octal 243 23 227 0 130 7 44 461 117 44
Binary 10100011 10011 10010111 0 1011000 111 100100 100110001 1001111 100100

Color Harmonies of #A31397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31397

Black with #A31397

Text Example


Text Example

White with #A31397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31397; }

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

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

background-color css

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

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

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

border-color css

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

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

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