Html Css Color HEX #A3018A Dark Magenta

📋 copy color: '#A3018A'

red 163 ◦ green 1 ◦ blue 138

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

Shades of Dark Magenta #A3018A

Tints of Dark Magenta #A3018A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 45.7%

R = 53.97%
G = 0.33%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3018A (or 0xA3018A) is known color: Dark Magenta. HEX triplet: A3, 01 and 8A. RGB value is (163,1,138). Sum of RGB (Red+Green+Blue) = 163+1+138=302 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.97% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 138 (54.30% from 255 or 45.70% from 302); Max value from RGB is 163 - color contains mainly: red. Hex color #A3018A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3018A is #5CFE75. Grayscale: #404040. Windows color (decimal): -6094454 or 9044387. OLE color: 9044387.

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

Color convert

RGB 163 1 138 -
CMYK 0 0.99 0.15 0.36
HSL 309.26º 0.99% 0.32% -
HSV(B) 309.26º 0.99% 0.64% -
XYZ 19.7 9.64 24.87 -
YUV 65.06 169.17 197.86 -
System Red Green Blue C M Y K H S L
Decimal 163 1 138 0 0.99 0.15 0.36 309.26 0.99 0.32
Hex A3 1 8A 0 63 F 24 135 63 20
Octal 243 1 212 0 143 17 44 465 143 40
Binary 10100011 1 10001010 0 1100011 1111 100100 100110101 1100011 100000

Color Harmonies of #A3018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3018A

Black with #A3018A

Text Example


Text Example

White with #A3018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3018A; }

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

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

background-color css

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

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

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

border-color css

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

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

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