Html Css Color HEX #A3049A Dark Magenta

📋 copy color: '#A3049A'

red 163 ◦ green 4 ◦ blue 154

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

Shades of Dark Magenta #A3049A

Tints of Dark Magenta #A3049A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 47.98%

R = 50.78%
G = 1.25%
B = 47.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A3049A (or 0xA3049A) is known color: Dark Magenta. HEX triplet: A3, 04 and 9A. RGB value is (163,4,154). Sum of RGB (Red+Green+Blue) = 163+4+154=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 4 (1.95% from 255 or 1.25% from 321); Blue value is 154 (60.55% from 255 or 47.98% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A3049A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3049A is #5CFB65. Grayscale: #444444. Windows color (decimal): -6093670 or 10093731. OLE color: 10093731.

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

Color convert

RGB 163 4 154 -
CMYK 0 0.98 0.06 0.36
HSL 303.4º 0.95% 0.33% -
HSV(B) 303.4º 0.98% 0.64% -
XYZ 20.98 10.21 31.44 -
YUV 68.64 176.18 195.3 -
System Red Green Blue C M Y K H S L
Decimal 163 4 154 0 0.98 0.06 0.36 303.4 0.95 0.33
Hex A3 4 9A 0 62 6 24 12F 5F 21
Octal 243 4 232 0 142 6 44 457 137 41
Binary 10100011 100 10011010 0 1100010 110 100100 100101111 1011111 100001

Color Harmonies of #A3049A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3049A

Black with #A3049A

Text Example


Text Example

White with #A3049A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3049A; }

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

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

background-color css

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

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

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

border-color css

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

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

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