Html Css Color HEX #A31396 Dark Magenta

📋 copy color: '#A31396'

red 163 ◦ green 19 ◦ blue 150

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

Shades of Dark Magenta #A31396

Tints of Dark Magenta #A31396

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.72%

 BLUE value IS 150 (58.98% from 255) = 45.18%

R = 49.1%
G = 5.72%
B = 45.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A31396 (or 0xA31396) is known color: Dark Magenta. HEX triplet: A3, 13 and 96. RGB value is (163,19,150). Sum of RGB (Red+Green+Blue) = 163+19+150=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A31396 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31396 is #5CEC69. Grayscale: #4C4C4C. Windows color (decimal): -6089834 or 9835427. OLE color: 9835427.

HSL color Cylindrical-coordinate representation of color #A31396: hue angle of 305.42º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31396 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 19 150 -
CMYK 0 0.88 0.08 0.36
HSL 305.42º 0.79% 0.36% -
HSV(B) 305.42º 0.88% 0.64% -
XYZ 20.84 10.45 29.77 -
YUV 76.99 169.21 189.35 -
System Red Green Blue C M Y K H S L
Decimal 163 19 150 0 0.88 0.08 0.36 305.42 0.79 0.36
Hex A3 13 96 0 58 8 24 131 4F 24
Octal 243 23 226 0 130 10 44 461 117 44
Binary 10100011 10011 10010110 0 1011000 1000 100100 100110001 1001111 100100

Color Harmonies of #A31396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31396

Black with #A31396

Text Example


Text Example

White with #A31396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31396; }

 p { color: rgb(163,19,150); }

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

background-color css

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

 a { background-color: rgb(163,19,150); }

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

border-color css

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

 span { border-color: rgb(163,19,150); }

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