Html Css Color HEX #A31990 Dark Magenta

📋 copy color: '#A31990'

red 163 ◦ green 25 ◦ blue 144

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

Shades of Dark Magenta #A31990

Tints of Dark Magenta #A31990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.53%

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

R = 49.1%
G = 7.53%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A31990 (or 0xA31990) is known color: Dark Magenta. HEX triplet: A3, 19 and 90. RGB value is (163,25,144). Sum of RGB (Red+Green+Blue) = 163+25+144=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A31990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31990 is #5CE66F. Grayscale: #4F4F4F. Windows color (decimal): -6088304 or 9443747. OLE color: 9443747.

HSL color Cylindrical-coordinate representation of color #A31990: hue angle of 308.26º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A31990 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 25 144 -
CMYK 0 0.85 0.12 0.36
HSL 308.26º 0.73% 0.37% -
HSV(B) 308.26º 0.85% 0.64% -
XYZ 20.49 10.5 27.33 -
YUV 79.83 164.22 187.32 -
System Red Green Blue C M Y K H S L
Decimal 163 25 144 0 0.85 0.12 0.36 308.26 0.73 0.37
Hex A3 19 90 0 55 C 24 134 49 25
Octal 243 31 220 0 125 14 44 464 111 45
Binary 10100011 11001 10010000 0 1010101 1100 100100 100110100 1001001 100101

Color Harmonies of #A31990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31990

Black with #A31990

Text Example


Text Example

White with #A31990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31990; }

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

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

background-color css

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

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

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

border-color css

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

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

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