Html Css Color HEX #A3159B Dark Magenta

📋 copy color: '#A3159B'

red 163 ◦ green 21 ◦ blue 155

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

Shades of Dark Magenta #A3159B

Tints of Dark Magenta #A3159B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.19%

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

R = 48.08%
G = 6.19%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A3159B (or 0xA3159B) is known color: Dark Magenta. HEX triplet: A3, 15 and 9B. RGB value is (163,21,155). Sum of RGB (Red+Green+Blue) = 163+21+155=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A3159B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3159B is #5CEA64. Grayscale: #4E4E4E. Windows color (decimal): -6089317 or 10163619. OLE color: 10163619.

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

Color convert

RGB 163 21 155 -
CMYK 0 0.87 0.05 0.36
HSL 303.38º 0.77% 0.36% -
HSV(B) 303.38º 0.87% 0.64% -
XYZ 21.29 10.69 31.95 -
YUV 78.73 171.04 188.1 -
System Red Green Blue C M Y K H S L
Decimal 163 21 155 0 0.87 0.05 0.36 303.38 0.77 0.36
Hex A3 15 9B 0 57 5 24 12F 4D 24
Octal 243 25 233 0 127 5 44 457 115 44
Binary 10100011 10101 10011011 0 1010111 101 100100 100101111 1001101 100100

Color Harmonies of #A3159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3159B

Black with #A3159B

Text Example


Text Example

White with #A3159B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3159B; }

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

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

background-color css

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

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

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

border-color css

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

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

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