Html Css Color HEX #A31290 Dark Magenta

📋 copy color: '#A31290'

red 163 ◦ green 18 ◦ blue 144

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

Shades of Dark Magenta #A31290

Tints of Dark Magenta #A31290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.31%

R = 50.15%
G = 5.54%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A31290 (or 0xA31290) is known color: Dark Magenta. HEX triplet: A3, 12 and 90. RGB value is (163,18,144). Sum of RGB (Red+Green+Blue) = 163+18+144=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A31290 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31290 is #5CED6F. Grayscale: #4B4B4B. Windows color (decimal): -6090096 or 9441955. OLE color: 9441955.

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

Color convert

RGB 163 18 144 -
CMYK 0 0.89 0.12 0.36
HSL 307.86º 0.8% 0.35% -
HSV(B) 307.86º 0.89% 0.64% -
XYZ 20.35 10.23 27.29 -
YUV 75.72 166.54 190.25 -
System Red Green Blue C M Y K H S L
Decimal 163 18 144 0 0.89 0.12 0.36 307.86 0.8 0.35
Hex A3 12 90 0 59 C 24 134 50 23
Octal 243 22 220 0 131 14 44 464 120 43
Binary 10100011 10010 10010000 0 1011001 1100 100100 100110100 1010000 100011

Color Harmonies of #A31290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31290

Black with #A31290

Text Example


Text Example

White with #A31290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31290; }

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

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

background-color css

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

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

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

border-color css

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

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

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