Html Css Color HEX #A31695 Dark Magenta

📋 copy color: '#A31695'

red 163 ◦ green 22 ◦ blue 149

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

Shades of Dark Magenta #A31695

Tints of Dark Magenta #A31695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.61%

R = 48.8%
G = 6.59%
B = 44.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A31695 (or 0xA31695) is known color: Dark Magenta. HEX triplet: A3, 16 and 95. RGB value is (163,22,149). Sum of RGB (Red+Green+Blue) = 163+22+149=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A31695 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31695 is #5CE96A. Grayscale: #4E4E4E. Windows color (decimal): -6089067 or 9770659. OLE color: 9770659.

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

Color convert

RGB 163 22 149 -
CMYK 0 0.87 0.09 0.36
HSL 305.96º 0.76% 0.36% -
HSV(B) 305.96º 0.87% 0.64% -
XYZ 20.82 10.53 29.37 -
YUV 78.64 167.71 188.17 -
System Red Green Blue C M Y K H S L
Decimal 163 22 149 0 0.87 0.09 0.36 305.96 0.76 0.36
Hex A3 16 95 0 57 9 24 132 4C 24
Octal 243 26 225 0 127 11 44 462 114 44
Binary 10100011 10110 10010101 0 1010111 1001 100100 100110010 1001100 100100

Color Harmonies of #A31695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31695

Black with #A31695

Text Example


Text Example

White with #A31695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31695; }

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

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

background-color css

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

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

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

border-color css

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

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

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