Html Css Color HEX #A31197 Dark Magenta

📋 copy color: '#A31197'

red 163 ◦ green 17 ◦ blue 151

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

Shades of Dark Magenta #A31197

Tints of Dark Magenta #A31197

RGB

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

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

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

R = 49.24%
G = 5.14%
B = 45.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A31197 (or 0xA31197) is known color: Dark Magenta. HEX triplet: A3, 11 and 97. RGB value is (163,17,151). Sum of RGB (Red+Green+Blue) = 163+17+151=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 151 (59.38% from 255 or 45.62% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A31197 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31197 is #5CEE68. Grayscale: #4B4B4B. Windows color (decimal): -6090345 or 9900451. OLE color: 9900451.

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

Color convert

RGB 163 17 151 -
CMYK 0 0.90 0.07 0.36
HSL 304.93º 0.81% 0.35% -
HSV(B) 304.93º 0.9% 0.64% -
XYZ 20.89 10.42 30.19 -
YUV 75.93 170.37 190.1 -
System Red Green Blue C M Y K H S L
Decimal 163 17 151 0 0.90 0.07 0.36 304.93 0.81 0.35
Hex A3 11 97 0 5A 7 24 131 51 23
Octal 243 21 227 0 132 7 44 461 121 43
Binary 10100011 10001 10010111 0 1011010 111 100100 100110001 1010001 100011

Color Harmonies of #A31197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31197

Black with #A31197

Text Example


Text Example

White with #A31197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31197; }

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

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

background-color css

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

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

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

border-color css

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

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

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