Html Css Color HEX #A31398 Dark Magenta

📋 copy color: '#A31398'

red 163 ◦ green 19 ◦ blue 152

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

Shades of Dark Magenta #A31398

Tints of Dark Magenta #A31398

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.69%

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

R = 48.8%
G = 5.69%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A31398 (or 0xA31398) is known color: Dark Magenta. HEX triplet: A3, 13 and 98. RGB value is (163,19,152). Sum of RGB (Red+Green+Blue) = 163+19+152=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A31398 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31398 is #5CEC67. Grayscale: #4C4C4C. Windows color (decimal): -6089832 or 9966499. OLE color: 9966499.

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

Color convert

RGB 163 19 152 -
CMYK 0 0.88 0.07 0.36
HSL 304.58º 0.79% 0.36% -
HSV(B) 304.58º 0.88% 0.64% -
XYZ 21 10.52 30.63 -
YUV 77.22 170.21 189.19 -
System Red Green Blue C M Y K H S L
Decimal 163 19 152 0 0.88 0.07 0.36 304.58 0.79 0.36
Hex A3 13 98 0 58 7 24 131 4F 24
Octal 243 23 230 0 130 7 44 461 117 44
Binary 10100011 10011 10011000 0 1011000 111 100100 100110001 1001111 100100

Color Harmonies of #A31398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31398

Black with #A31398

Text Example


Text Example

White with #A31398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31398; }

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

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

background-color css

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

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

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

border-color css

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

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

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