Html Css Color HEX #A31A9C Dark Magenta

📋 copy color: '#A31A9C'

red 163 ◦ green 26 ◦ blue 156

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

Shades of Dark Magenta #A31A9C

Tints of Dark Magenta #A31A9C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.54%

 BLUE value IS 156 (61.33% from 255) = 45.22%

R = 47.25%
G = 7.54%
B = 45.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A31A9C (or 0xA31A9C) is known color: Dark Magenta. HEX triplet: A3, 1A and 9C. RGB value is (163,26,156). Sum of RGB (Red+Green+Blue) = 163+26+156=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 26 (10.55% from 255 or 7.54% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 163 - color contains mainly: red. Hex color #A31A9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31A9C is #5CE563. Grayscale: #515151. Windows color (decimal): -6088036 or 10230435. OLE color: 10230435.

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

Color convert

RGB 163 26 156 -
CMYK 0 0.84 0.04 0.36
HSL 303.07º 0.72% 0.37% -
HSV(B) 303.07º 0.84% 0.64% -
XYZ 21.47 10.93 32.43 -
YUV 81.78 169.89 185.93 -
System Red Green Blue C M Y K H S L
Decimal 163 26 156 0 0.84 0.04 0.36 303.07 0.72 0.37
Hex A3 1A 9C 0 54 4 24 12F 48 25
Octal 243 32 234 0 124 4 44 457 110 45
Binary 10100011 11010 10011100 0 1010100 100 100100 100101111 1001000 100101

Color Harmonies of #A31A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31A9C

Black with #A31A9C

Text Example


Text Example

White with #A31A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31A9C; }

 p { color: rgb(163,26,156); }

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

background-color css

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

 a { background-color: rgb(163,26,156); }

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

border-color css

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

 span { border-color: rgb(163,26,156); }

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