Html Css Color HEX #A3158B Dark Magenta

📋 copy color: '#A3158B'

red 163 ◦ green 21 ◦ blue 139

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

Shades of Dark Magenta #A3158B

Tints of Dark Magenta #A3158B

RGB

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

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

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

R = 50.46%
G = 6.5%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3158B (or 0xA3158B) is known color: Dark Magenta. HEX triplet: A3, 15 and 8B. RGB value is (163,21,139). Sum of RGB (Red+Green+Blue) = 163+21+139=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A3158B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3158B is #5CEA74. Grayscale: #4C4C4C. Windows color (decimal): -6089333 or 9115043. OLE color: 9115043.

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

Color convert

RGB 163 21 139 -
CMYK 0 0.87 0.15 0.36
HSL 310.14º 0.77% 0.36% -
HSV(B) 310.14º 0.87% 0.64% -
XYZ 20.03 10.19 25.34 -
YUV 76.91 163.04 189.41 -
System Red Green Blue C M Y K H S L
Decimal 163 21 139 0 0.87 0.15 0.36 310.14 0.77 0.36
Hex A3 15 8B 0 57 F 24 136 4D 24
Octal 243 25 213 0 127 17 44 466 115 44
Binary 10100011 10101 10001011 0 1010111 1111 100100 100110110 1001101 100100

Color Harmonies of #A3158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3158B

Black with #A3158B

Text Example


Text Example

White with #A3158B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3158B; }

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

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

background-color css

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

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

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

border-color css

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

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

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