Html Css Color HEX #A31289 Dark Magenta

📋 copy color: '#A31289'

red 163 ◦ green 18 ◦ blue 137

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

Shades of Dark Magenta #A31289

Tints of Dark Magenta #A31289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 43.08%

R = 51.26%
G = 5.66%
B = 43.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A31289 (or 0xA31289) is known color: Dark Magenta. HEX triplet: A3, 12 and 89. RGB value is (163,18,137). Sum of RGB (Red+Green+Blue) = 163+18+137=318 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.26% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 163 - color contains mainly: red. Hex color #A31289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31289 is #5CED76. Grayscale: #4A4A4A. Windows color (decimal): -6090103 or 8983203. OLE color: 8983203.

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

Color convert

RGB 163 18 137 -
CMYK 0 0.89 0.16 0.36
HSL 310.76º 0.8% 0.35% -
HSV(B) 310.76º 0.89% 0.64% -
XYZ 19.84 10.03 24.56 -
YUV 74.92 163.04 190.82 -
System Red Green Blue C M Y K H S L
Decimal 163 18 137 0 0.89 0.16 0.36 310.76 0.8 0.35
Hex A3 12 89 0 59 10 24 137 50 23
Octal 243 22 211 0 131 20 44 467 120 43
Binary 10100011 10010 10001001 0 1011001 10000 100100 100110111 1010000 100011

Color Harmonies of #A31289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31289

Black with #A31289

Text Example


Text Example

White with #A31289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31289; }

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

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

background-color css

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

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

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

border-color css

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

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

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