Html Css Color HEX #A31297 Dark Magenta

📋 copy color: '#A31297'

red 163 ◦ green 18 ◦ blue 151

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

Shades of Dark Magenta #A31297

Tints of Dark Magenta #A31297

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.42%

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

R = 49.1%
G = 5.42%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A31297 (or 0xA31297) is known color: Dark Magenta. HEX triplet: A3, 12 and 97. RGB value is (163,18,151). Sum of RGB (Red+Green+Blue) = 163+18+151=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A31297 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31297 is #5CED68. Grayscale: #4C4C4C. Windows color (decimal): -6090089 or 9900707. OLE color: 9900707.

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

Color convert

RGB 163 18 151 -
CMYK 0 0.89 0.07 0.36
HSL 304.97º 0.8% 0.35% -
HSV(B) 304.97º 0.89% 0.64% -
XYZ 20.91 10.45 30.19 -
YUV 76.52 170.04 189.69 -
System Red Green Blue C M Y K H S L
Decimal 163 18 151 0 0.89 0.07 0.36 304.97 0.8 0.35
Hex A3 12 97 0 59 7 24 131 50 23
Octal 243 22 227 0 131 7 44 461 120 43
Binary 10100011 10010 10010111 0 1011001 111 100100 100110001 1010000 100011

Color Harmonies of #A31297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31297

Black with #A31297

Text Example


Text Example

White with #A31297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31297; }

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

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

background-color css

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

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

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

border-color css

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

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

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