Html Css Color HEX #A3118E Dark Magenta

📋 copy color: '#A3118E'

red 163 ◦ green 17 ◦ blue 142

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

Shades of Dark Magenta #A3118E

Tints of Dark Magenta #A3118E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.28%

 BLUE value IS 142 (55.86% from 255) = 44.1%

R = 50.62%
G = 5.28%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A3118E (or 0xA3118E) is known color: Dark Magenta. HEX triplet: A3, 11 and 8E. RGB value is (163,17,142). Sum of RGB (Red+Green+Blue) = 163+17+142=322 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.62% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 163 - color contains mainly: red. Hex color #A3118E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3118E is #5CEE71. Grayscale: #4A4A4A. Windows color (decimal): -6090354 or 9310627. OLE color: 9310627.

HSL color Cylindrical-coordinate representation of color #A3118E: hue angle of 308.63º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A3118E is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 17 142 -
CMYK 0 0.90 0.13 0.36
HSL 308.63º 0.81% 0.35% -
HSV(B) 308.63º 0.9% 0.64% -
XYZ 20.19 10.14 26.48 -
YUV 74.9 165.87 190.84 -
System Red Green Blue C M Y K H S L
Decimal 163 17 142 0 0.90 0.13 0.36 308.63 0.81 0.35
Hex A3 11 8E 0 5A D 24 135 51 23
Octal 243 21 216 0 132 15 44 465 121 43
Binary 10100011 10001 10001110 0 1011010 1101 100100 100110101 1010001 100011

Color Harmonies of #A3118E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3118E

Black with #A3118E

Text Example


Text Example

White with #A3118E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3118E; }

 p { color: rgb(163,17,142); }

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

background-color css

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

 a { background-color: rgb(163,17,142); }

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

border-color css

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

 span { border-color: rgb(163,17,142); }

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