Html Css Color HEX #A3049F Dark Magenta

📋 copy color: '#A3049F'

red 163 ◦ green 4 ◦ blue 159

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

Shades of Dark Magenta #A3049F

Tints of Dark Magenta #A3049F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.23%

 BLUE value IS 159 (62.5% from 255) = 48.77%

R = 50%
G = 1.23%
B = 48.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A3049F (or 0xA3049F) is known color: Dark Magenta. HEX triplet: A3, 04 and 9F. RGB value is (163,4,159). Sum of RGB (Red+Green+Blue) = 163+4+159=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A3049F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3049F is #5CFB60. Grayscale: #444444. Windows color (decimal): -6093665 or 10421411. OLE color: 10421411.

HSL color Cylindrical-coordinate representation of color #A3049F: hue angle of 301.51º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A3049F is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 4 159 -
CMYK 0 0.98 0.02 0.36
HSL 301.51º 0.95% 0.33% -
HSV(B) 301.51º 0.98% 0.64% -
XYZ 21.41 10.38 33.68 -
YUV 69.21 178.68 194.9 -
System Red Green Blue C M Y K H S L
Decimal 163 4 159 0 0.98 0.02 0.36 301.51 0.95 0.33
Hex A3 4 9F 0 62 2 24 12E 5F 21
Octal 243 4 237 0 142 2 44 456 137 41
Binary 10100011 100 10011111 0 1100010 10 100100 100101110 1011111 100001

Color Harmonies of #A3049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3049F

Black with #A3049F

Text Example


Text Example

White with #A3049F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3049F; }

 p { color: rgb(163,4,159); }

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

background-color css

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

 a { background-color: rgb(163,4,159); }

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

border-color css

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

 span { border-color: rgb(163,4,159); }

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