Html Css Color HEX #A31E98 Dark Magenta

📋 copy color: '#A31E98'

red 163 ◦ green 30 ◦ blue 152

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

Shades of Dark Magenta #A31E98

Tints of Dark Magenta #A31E98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 44.06%

R = 47.25%
G = 8.7%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A31E98 (or 0xA31E98) is known color: Dark Magenta. HEX triplet: A3, 1E and 98. RGB value is (163,30,152). Sum of RGB (Red+Green+Blue) = 163+30+152=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31E98 is #5CE167. Grayscale: #535353. Windows color (decimal): -6087016 or 9969315. OLE color: 9969315.

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

Color convert

RGB 163 30 152 -
CMYK 0 0.82 0.07 0.36
HSL 304.96º 0.69% 0.38% -
HSV(B) 304.96º 0.82% 0.64% -
XYZ 21.24 10.98 30.71 -
YUV 83.68 166.56 184.58 -
System Red Green Blue C M Y K H S L
Decimal 163 30 152 0 0.82 0.07 0.36 304.96 0.69 0.38
Hex A3 1E 98 0 52 7 24 131 45 26
Octal 243 36 230 0 122 7 44 461 105 46
Binary 10100011 11110 10011000 0 1010010 111 100100 100110001 1000101 100110

Color Harmonies of #A31E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31E98

Black with #A31E98

Text Example


Text Example

White with #A31E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31E98; }

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

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

background-color css

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

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

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

border-color css

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

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

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