Html Css Color HEX #A31E99 Dark Magenta

📋 copy color: '#A31E99'

red 163 ◦ green 30 ◦ blue 153

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

Shades of Dark Magenta #A31E99

Tints of Dark Magenta #A31E99

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.67%

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

R = 47.11%
G = 8.67%
B = 44.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A31E99 (or 0xA31E99) is known color: Dark Magenta. HEX triplet: A3, 1E and 99. RGB value is (163,30,153). Sum of RGB (Red+Green+Blue) = 163+30+153=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 153 (60.16% from 255 or 44.22% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31E99 is #5CE166. Grayscale: #535353. Windows color (decimal): -6087015 or 10034851. OLE color: 10034851.

HSL color Cylindrical-coordinate representation of color #A31E99: hue angle of 304.51º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A31E99 is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 30 153 -
CMYK 0 0.82 0.06 0.36
HSL 304.51º 0.69% 0.38% -
HSV(B) 304.51º 0.82% 0.64% -
XYZ 21.32 11.01 31.14 -
YUV 83.79 167.06 184.5 -
System Red Green Blue C M Y K H S L
Decimal 163 30 153 0 0.82 0.06 0.36 304.51 0.69 0.38
Hex A3 1E 99 0 52 6 24 131 45 26
Octal 243 36 231 0 122 6 44 461 105 46
Binary 10100011 11110 10011001 0 1010010 110 100100 100110001 1000101 100110

Color Harmonies of #A31E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31E99

Black with #A31E99

Text Example


Text Example

White with #A31E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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