Html Css Color HEX #A31696 Dark Magenta

📋 copy color: '#A31696'

red 163 ◦ green 22 ◦ blue 150

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

Shades of Dark Magenta #A31696

Tints of Dark Magenta #A31696

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.57%

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

R = 48.66%
G = 6.57%
B = 44.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A31696 (or 0xA31696) is known color: Dark Magenta. HEX triplet: A3, 16 and 96. RGB value is (163,22,150). Sum of RGB (Red+Green+Blue) = 163+22+150=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 150 (58.98% from 255 or 44.78% from 335); Max value from RGB is 163 - color contains mainly: red. Hex color #A31696 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31696 is #5CE969. Grayscale: #4E4E4E. Windows color (decimal): -6089066 or 9836195. OLE color: 9836195.

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

Color convert

RGB 163 22 150 -
CMYK 0 0.87 0.08 0.36
HSL 305.53º 0.76% 0.36% -
HSV(B) 305.53º 0.87% 0.64% -
XYZ 20.9 10.56 29.79 -
YUV 78.75 168.21 188.09 -
System Red Green Blue C M Y K H S L
Decimal 163 22 150 0 0.87 0.08 0.36 305.53 0.76 0.36
Hex A3 16 96 0 57 8 24 132 4C 24
Octal 243 26 226 0 127 10 44 462 114 44
Binary 10100011 10110 10010110 0 1010111 1000 100100 100110010 1001100 100100

Color Harmonies of #A31696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31696

Black with #A31696

Text Example


Text Example

White with #A31696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31696; }

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

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

background-color css

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

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

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

border-color css

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

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

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