Html Css Color HEX #A31399 Dark Magenta

📋 copy color: '#A31399'

red 163 ◦ green 19 ◦ blue 153

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

Shades of Dark Magenta #A31399

Tints of Dark Magenta #A31399

RGB

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

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

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

R = 48.66%
G = 5.67%
B = 45.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A31399 (or 0xA31399) is known color: Dark Magenta. HEX triplet: A3, 13 and 99. RGB value is (163,19,153). Sum of RGB (Red+Green+Blue) = 163+19+153=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 163 - color contains mainly: red. Hex color #A31399 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31399 is #5CEC66. Grayscale: #4C4C4C. Windows color (decimal): -6089831 or 10032035. OLE color: 10032035.

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

Color convert

RGB 163 19 153 -
CMYK 0 0.88 0.06 0.36
HSL 304.17º 0.79% 0.36% -
HSV(B) 304.17º 0.88% 0.64% -
XYZ 21.09 10.55 31.06 -
YUV 77.33 170.71 189.1 -
System Red Green Blue C M Y K H S L
Decimal 163 19 153 0 0.88 0.06 0.36 304.17 0.79 0.36
Hex A3 13 99 0 58 6 24 130 4F 24
Octal 243 23 231 0 130 6 44 460 117 44
Binary 10100011 10011 10011001 0 1011000 110 100100 100110000 1001111 100100

Color Harmonies of #A31399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31399

Black with #A31399

Text Example


Text Example

White with #A31399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31399; }

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

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

background-color css

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

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

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

border-color css

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

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

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