Html Css Color HEX #A31C93 Dark Magenta

📋 copy color: '#A31C93'

red 163 ◦ green 28 ◦ blue 147

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

Shades of Dark Magenta #A31C93

Tints of Dark Magenta #A31C93

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.28%

 BLUE value IS 147 (57.81% from 255) = 43.49%

R = 48.22%
G = 8.28%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A31C93 (or 0xA31C93) is known color: Dark Magenta. HEX triplet: A3, 1C and 93. RGB value is (163,28,147). Sum of RGB (Red+Green+Blue) = 163+28+147=338 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.22% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 163 - color contains mainly: red. Hex color #A31C93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31C93 is #5CE36C. Grayscale: #515151. Windows color (decimal): -6087533 or 9641123. OLE color: 9641123.

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

Color convert

RGB 163 28 147 -
CMYK 0 0.83 0.10 0.36
HSL 307.11º 0.71% 0.37% -
HSV(B) 307.11º 0.83% 0.64% -
XYZ 20.79 10.72 28.58 -
YUV 81.93 164.73 185.82 -
System Red Green Blue C M Y K H S L
Decimal 163 28 147 0 0.83 0.10 0.36 307.11 0.71 0.37
Hex A3 1C 93 0 53 A 24 133 47 25
Octal 243 34 223 0 123 12 44 463 107 45
Binary 10100011 11100 10010011 0 1010011 1010 100100 100110011 1000111 100101

Color Harmonies of #A31C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31C93

Black with #A31C93

Text Example


Text Example

White with #A31C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31C93; }

 p { color: rgb(163,28,147); }

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

background-color css

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

 a { background-color: rgb(163,28,147); }

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

border-color css

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

 span { border-color: rgb(163,28,147); }

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