Html Css Color HEX #A31091 Dark Magenta

📋 copy color: '#A31091'

red 163 ◦ green 16 ◦ blue 145

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

Shades of Dark Magenta #A31091

Tints of Dark Magenta #A31091

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.94%

 BLUE value IS 145 (57.03% from 255) = 44.75%

R = 50.31%
G = 4.94%
B = 44.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#A31091 (or 0xA31091) is known color: Dark Magenta. HEX triplet: A3, 10 and 91. RGB value is (163,16,145). Sum of RGB (Red+Green+Blue) = 163+16+145=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A31091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31091 is #5CEF6E. Grayscale: #4A4A4A. Windows color (decimal): -6090607 or 9506979. OLE color: 9506979.

HSL color Cylindrical-coordinate representation of color #A31091: hue angle of 307.35º degrees, saturation: 0.82, 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 #A31091 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 16 145 -
CMYK 0 0.90 0.11 0.36
HSL 307.35º 0.82% 0.35% -
HSV(B) 307.35º 0.9% 0.64% -
XYZ 20.4 10.2 27.68 -
YUV 74.66 167.7 191.01 -
System Red Green Blue C M Y K H S L
Decimal 163 16 145 0 0.90 0.11 0.36 307.35 0.82 0.35
Hex A3 10 91 0 5A B 24 133 52 23
Octal 243 20 221 0 132 13 44 463 122 43
Binary 10100011 10000 10010001 0 1011010 1011 100100 100110011 1010010 100011

Color Harmonies of #A31091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31091

Black with #A31091

Text Example


Text Example

White with #A31091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31091; }

 p { color: rgb(163,16,145); }

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

background-color css

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

 a { background-color: rgb(163,16,145); }

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

border-color css

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

 span { border-color: rgb(163,16,145); }

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