Html Css Color HEX #A31899 Dark Magenta

📋 copy color: '#A31899'

red 163 ◦ green 24 ◦ blue 153

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

Shades of Dark Magenta #A31899

Tints of Dark Magenta #A31899

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.06%

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

R = 47.94%
G = 7.06%
B = 45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A31899 (or 0xA31899) is known color: Dark Magenta. HEX triplet: A3, 18 and 99. RGB value is (163,24,153). Sum of RGB (Red+Green+Blue) = 163+24+153=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A31899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31899 is #5CE766. Grayscale: #4F4F4F. Windows color (decimal): -6088551 or 10033315. OLE color: 10033315.

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

Color convert

RGB 163 24 153 -
CMYK 0 0.85 0.06 0.36
HSL 304.32º 0.74% 0.37% -
HSV(B) 304.32º 0.85% 0.64% -
XYZ 21.18 10.74 31.09 -
YUV 80.27 169.05 187.01 -
System Red Green Blue C M Y K H S L
Decimal 163 24 153 0 0.85 0.06 0.36 304.32 0.74 0.37
Hex A3 18 99 0 55 6 24 130 4A 25
Octal 243 30 231 0 125 6 44 460 112 45
Binary 10100011 11000 10011001 0 1010101 110 100100 100110000 1001010 100101

Color Harmonies of #A31899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31899

Black with #A31899

Text Example


Text Example

White with #A31899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31899; }

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

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

background-color css

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

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

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

border-color css

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

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

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