Html Css Color HEX #A3179B Dark Magenta

📋 copy color: '#A3179B'

red 163 ◦ green 23 ◦ blue 155

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

Shades of Dark Magenta #A3179B

Tints of Dark Magenta #A3179B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.45%

R = 47.8%
G = 6.74%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A3179B (or 0xA3179B) is known color: Dark Magenta. HEX triplet: A3, 17 and 9B. RGB value is (163,23,155). Sum of RGB (Red+Green+Blue) = 163+23+155=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A3179B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3179B is #5CE864. Grayscale: #4F4F4F. Windows color (decimal): -6088805 or 10164131. OLE color: 10164131.

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

Color convert

RGB 163 23 155 -
CMYK 0 0.86 0.05 0.36
HSL 303.43º 0.75% 0.36% -
HSV(B) 303.43º 0.86% 0.64% -
XYZ 21.33 10.77 31.96 -
YUV 79.91 170.38 187.27 -
System Red Green Blue C M Y K H S L
Decimal 163 23 155 0 0.86 0.05 0.36 303.43 0.75 0.36
Hex A3 17 9B 0 56 5 24 12F 4B 24
Octal 243 27 233 0 126 5 44 457 113 44
Binary 10100011 10111 10011011 0 1010110 101 100100 100101111 1001011 100100

Color Harmonies of #A3179B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3179B

Black with #A3179B

Text Example


Text Example

White with #A3179B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3179B; }

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

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

background-color css

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

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

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

border-color css

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

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

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