Html Css Color HEX #A3018D Dark Magenta

📋 copy color: '#A3018D'

red 163 ◦ green 1 ◦ blue 141

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

Shades of Dark Magenta #A3018D

Tints of Dark Magenta #A3018D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 53.44%
G = 0.33%
B = 46.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A3018D (or 0xA3018D) is known color: Dark Magenta. HEX triplet: A3, 01 and 8D. RGB value is (163,1,141). Sum of RGB (Red+Green+Blue) = 163+1+141=305 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.44% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 163 - color contains mainly: red. Hex color #A3018D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3018D is #5CFE72. Grayscale: #414141. Windows color (decimal): -6094451 or 9240995. OLE color: 9240995.

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

Color convert

RGB 163 1 141 -
CMYK 0 0.99 0.13 0.36
HSL 308.15º 0.99% 0.32% -
HSV(B) 308.15º 0.99% 0.64% -
XYZ 19.92 9.73 26.03 -
YUV 65.4 170.67 197.62 -
System Red Green Blue C M Y K H S L
Decimal 163 1 141 0 0.99 0.13 0.36 308.15 0.99 0.32
Hex A3 1 8D 0 63 D 24 134 63 20
Octal 243 1 215 0 143 15 44 464 143 40
Binary 10100011 1 10001101 0 1100011 1101 100100 100110100 1100011 100000

Color Harmonies of #A3018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3018D

Black with #A3018D

Text Example


Text Example

White with #A3018D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3018D; }

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

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

background-color css

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

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

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

border-color css

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

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

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