Html Css Color HEX #A3118B Dark Magenta

📋 copy color: '#A3118B'

red 163 ◦ green 17 ◦ blue 139

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

Shades of Dark Magenta #A3118B

Tints of Dark Magenta #A3118B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.57%

R = 51.1%
G = 5.33%
B = 43.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3118B (or 0xA3118B) is known color: Dark Magenta. HEX triplet: A3, 11 and 8B. RGB value is (163,17,139). Sum of RGB (Red+Green+Blue) = 163+17+139=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A3118B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3118B is #5CEE74. Grayscale: #4A4A4A. Windows color (decimal): -6090357 or 9114019. OLE color: 9114019.

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

Color convert

RGB 163 17 139 -
CMYK 0 0.90 0.15 0.36
HSL 309.86º 0.81% 0.35% -
HSV(B) 309.86º 0.9% 0.64% -
XYZ 19.96 10.05 25.31 -
YUV 74.56 164.37 191.08 -
System Red Green Blue C M Y K H S L
Decimal 163 17 139 0 0.90 0.15 0.36 309.86 0.81 0.35
Hex A3 11 8B 0 5A F 24 136 51 23
Octal 243 21 213 0 132 17 44 466 121 43
Binary 10100011 10001 10001011 0 1011010 1111 100100 100110110 1010001 100011

Color Harmonies of #A3118B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3118B

Black with #A3118B

Text Example


Text Example

White with #A3118B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3118B; }

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

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

background-color css

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

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

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

border-color css

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

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

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