Html Css Color HEX #A3018E Dark Magenta

📋 copy color: '#A3018E'

red 163 ◦ green 1 ◦ blue 142

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

Shades of Dark Magenta #A3018E

Tints of Dark Magenta #A3018E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 46.41%

R = 53.27%
G = 0.33%
B = 46.41%

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

#A3018E (or 0xA3018E) is known color: Dark Magenta. HEX triplet: A3, 01 and 8E. RGB value is (163,1,142). Sum of RGB (Red+Green+Blue) = 163+1+142=306 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.27% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 163 - color contains mainly: red. Hex color #A3018E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3018E is #5CFE71. Grayscale: #414141. Windows color (decimal): -6094450 or 9306531. OLE color: 9306531.

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

Color convert

RGB 163 1 142 -
CMYK 0 0.99 0.13 0.36
HSL 307.78º 0.99% 0.32% -
HSV(B) 307.78º 0.99% 0.64% -
XYZ 20 9.76 26.42 -
YUV 65.51 171.17 197.54 -
System Red Green Blue C M Y K H S L
Decimal 163 1 142 0 0.99 0.13 0.36 307.78 0.99 0.32
Hex A3 1 8E 0 63 D 24 134 63 20
Octal 243 1 216 0 143 15 44 464 143 40
Binary 10100011 1 10001110 0 1100011 1101 100100 100110100 1100011 100000

Color Harmonies of #A3018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3018E

Black with #A3018E

Text Example


Text Example

White with #A3018E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3018E; }

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

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

background-color css

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

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

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

border-color css

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

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

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