Html Css Color HEX #A31896 Dark Magenta

📋 copy color: '#A31896'

red 163 ◦ green 24 ◦ blue 150

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

Shades of Dark Magenta #A31896

Tints of Dark Magenta #A31896

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.12%

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

R = 48.37%
G = 7.12%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A31896 (or 0xA31896) is known color: Dark Magenta. HEX triplet: A3, 18 and 96. RGB value is (163,24,150). Sum of RGB (Red+Green+Blue) = 163+24+150=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A31896 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31896 is #5CE769. Grayscale: #4F4F4F. Windows color (decimal): -6088554 or 9836707. OLE color: 9836707.

HSL color Cylindrical-coordinate representation of color #A31896: hue angle of 305.61º degrees, saturation: 0.74, 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 #A31896 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 24 150 -
CMYK 0 0.85 0.08 0.36
HSL 305.61º 0.74% 0.37% -
HSV(B) 305.61º 0.85% 0.64% -
XYZ 20.94 10.64 29.8 -
YUV 79.93 167.55 187.25 -
System Red Green Blue C M Y K H S L
Decimal 163 24 150 0 0.85 0.08 0.36 305.61 0.74 0.37
Hex A3 18 96 0 55 8 24 132 4A 25
Octal 243 30 226 0 125 10 44 462 112 45
Binary 10100011 11000 10010110 0 1010101 1000 100100 100110010 1001010 100101

Color Harmonies of #A31896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31896

Black with #A31896

Text Example


Text Example

White with #A31896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31896; }

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

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

background-color css

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

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

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

border-color css

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

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

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