Html Css Color HEX #A31699 Dark Magenta

📋 copy color: '#A31699'

red 163 ◦ green 22 ◦ blue 153

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

Shades of Dark Magenta #A31699

Tints of Dark Magenta #A31699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45.27%

R = 48.22%
G = 6.51%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A31699 (or 0xA31699) is known color: Dark Magenta. HEX triplet: A3, 16 and 99. RGB value is (163,22,153). Sum of RGB (Red+Green+Blue) = 163+22+153=338 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.22% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 163 - color contains mainly: red. Hex color #A31699 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31699 is #5CE966. Grayscale: #4E4E4E. Windows color (decimal): -6089063 or 10032803. OLE color: 10032803.

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

Color convert

RGB 163 22 153 -
CMYK 0 0.87 0.06 0.36
HSL 304.26º 0.76% 0.36% -
HSV(B) 304.26º 0.87% 0.64% -
XYZ 21.14 10.66 31.08 -
YUV 79.09 169.71 187.85 -
System Red Green Blue C M Y K H S L
Decimal 163 22 153 0 0.87 0.06 0.36 304.26 0.76 0.36
Hex A3 16 99 0 57 6 24 130 4C 24
Octal 243 26 231 0 127 6 44 460 114 44
Binary 10100011 10110 10011001 0 1010111 110 100100 100110000 1001100 100100

Color Harmonies of #A31699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31699

Black with #A31699

Text Example


Text Example

White with #A31699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31699; }

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

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

background-color css

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

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

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

border-color css

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

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

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