Html Css Color HEX #A3178E Dark Magenta

📋 copy color: '#A3178E'

red 163 ◦ green 23 ◦ blue 142

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

Shades of Dark Magenta #A3178E

Tints of Dark Magenta #A3178E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.01%

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

R = 49.7%
G = 7.01%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A3178E (or 0xA3178E) is known color: Dark Magenta. HEX triplet: A3, 17 and 8E. RGB value is (163,23,142). Sum of RGB (Red+Green+Blue) = 163+23+142=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 23 (9.38% from 255 or 7.01% from 328); Blue value is 142 (55.86% from 255 or 43.29% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A3178E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3178E is #5CE871. Grayscale: #4E4E4E. Windows color (decimal): -6088818 or 9312163. OLE color: 9312163.

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

Color convert

RGB 163 23 142 -
CMYK 0 0.86 0.13 0.36
HSL 309º 0.75% 0.36% -
HSV(B) 309º 0.86% 0.64% -
XYZ 20.29 10.35 26.52 -
YUV 78.43 163.88 188.32 -
System Red Green Blue C M Y K H S L
Decimal 163 23 142 0 0.86 0.13 0.36 309 0.75 0.36
Hex A3 17 8E 0 56 D 24 135 4B 24
Octal 243 27 216 0 126 15 44 465 113 44
Binary 10100011 10111 10001110 0 1010110 1101 100100 100110101 1001011 100100

Color Harmonies of #A3178E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3178E

Black with #A3178E

Text Example


Text Example

White with #A3178E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3178E; }

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

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

background-color css

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

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

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

border-color css

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

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

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