Html Css Color HEX #A3148D Dark Magenta

📋 copy color: '#A3148D'

red 163 ◦ green 20 ◦ blue 141

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

Shades of Dark Magenta #A3148D

Tints of Dark Magenta #A3148D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.17%

 BLUE value IS 141 (55.47% from 255) = 43.52%

R = 50.31%
G = 6.17%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A3148D (or 0xA3148D) is known color: Dark Magenta. HEX triplet: A3, 14 and 8D. RGB value is (163,20,141). Sum of RGB (Red+Green+Blue) = 163+20+141=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A3148D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3148D is #5CEB72. Grayscale: #4C4C4C. Windows color (decimal): -6089587 or 9245859. OLE color: 9245859.

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

Color convert

RGB 163 20 141 -
CMYK 0 0.88 0.13 0.36
HSL 309.23º 0.78% 0.36% -
HSV(B) 309.23º 0.88% 0.64% -
XYZ 20.16 10.21 26.11 -
YUV 76.55 164.38 189.66 -
System Red Green Blue C M Y K H S L
Decimal 163 20 141 0 0.88 0.13 0.36 309.23 0.78 0.36
Hex A3 14 8D 0 58 D 24 135 4E 24
Octal 243 24 215 0 130 15 44 465 116 44
Binary 10100011 10100 10001101 0 1011000 1101 100100 100110101 1001110 100100

Color Harmonies of #A3148D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3148D

Black with #A3148D

Text Example


Text Example

White with #A3148D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3148D; }

 p { color: rgb(163,20,141); }

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

background-color css

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

 a { background-color: rgb(163,20,141); }

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

border-color css

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

 span { border-color: rgb(163,20,141); }

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