Html Css Color HEX #A3019E Dark Magenta

📋 copy color: '#A3019E'

red 163 ◦ green 1 ◦ blue 158

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

Shades of Dark Magenta #A3019E

Tints of Dark Magenta #A3019E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 49.07%

R = 50.62%
G = 0.31%
B = 49.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A3019E (or 0xA3019E) is known color: Dark Magenta. HEX triplet: A3, 01 and 9E. RGB value is (163,1,158). Sum of RGB (Red+Green+Blue) = 163+1+158=322 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.62% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 158 (62.11% from 255 or 49.07% from 322); Max value from RGB is 163 - color contains mainly: red. Hex color #A3019E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3019E is #5CFE61. Grayscale: #424242. Windows color (decimal): -6094434 or 10355107. OLE color: 10355107.

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

Color convert

RGB 163 1 158 -
CMYK 0 0.99 0.03 0.36
HSL 301.85º 0.99% 0.32% -
HSV(B) 301.85º 0.99% 0.64% -
XYZ 21.29 10.28 33.21 -
YUV 67.34 179.17 196.23 -
System Red Green Blue C M Y K H S L
Decimal 163 1 158 0 0.99 0.03 0.36 301.85 0.99 0.32
Hex A3 1 9E 0 63 3 24 12E 63 20
Octal 243 1 236 0 143 3 44 456 143 40
Binary 10100011 1 10011110 0 1100011 11 100100 100101110 1100011 100000

Color Harmonies of #A3019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3019E

Black with #A3019E

Text Example


Text Example

White with #A3019E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3019E; }

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

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

background-color css

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

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

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

border-color css

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

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

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