Html Css Color HEX #A31998 Dark Magenta

📋 copy color: '#A31998'

red 163 ◦ green 25 ◦ blue 152

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

Shades of Dark Magenta #A31998

Tints of Dark Magenta #A31998

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.35%

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

R = 47.94%
G = 7.35%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A31998 (or 0xA31998) is known color: Dark Magenta. HEX triplet: A3, 19 and 98. RGB value is (163,25,152). Sum of RGB (Red+Green+Blue) = 163+25+152=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A31998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31998 is #5CE667. Grayscale: #505050. Windows color (decimal): -6088296 or 9968035. OLE color: 9968035.

HSL color Cylindrical-coordinate representation of color #A31998: hue angle of 304.78º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A31998 is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 25 152 -
CMYK 0 0.85 0.07 0.36
HSL 304.78º 0.73% 0.37% -
HSV(B) 304.78º 0.85% 0.64% -
XYZ 21.12 10.75 30.67 -
YUV 80.74 168.22 186.67 -
System Red Green Blue C M Y K H S L
Decimal 163 25 152 0 0.85 0.07 0.36 304.78 0.73 0.37
Hex A3 19 98 0 55 7 24 131 49 25
Octal 243 31 230 0 125 7 44 461 111 45
Binary 10100011 11001 10011000 0 1010101 111 100100 100110001 1001001 100101

Color Harmonies of #A31998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31998

Black with #A31998

Text Example


Text Example

White with #A31998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31998; }

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

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

background-color css

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

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

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

border-color css

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

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

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