Html Css Color HEX #A3049E Dark Magenta

📋 copy color: '#A3049E'

red 163 ◦ green 4 ◦ blue 158

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

Shades of Dark Magenta #A3049E

Tints of Dark Magenta #A3049E

RGB

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

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

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

R = 50.15%
G = 1.23%
B = 48.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A3049E (or 0xA3049E) is known color: Dark Magenta. HEX triplet: A3, 04 and 9E. RGB value is (163,4,158). Sum of RGB (Red+Green+Blue) = 163+4+158=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A3049E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3049E is #5CFB61. Grayscale: #444444. Windows color (decimal): -6093666 or 10355875. OLE color: 10355875.

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

Color convert

RGB 163 4 158 -
CMYK 0 0.98 0.03 0.36
HSL 301.89º 0.95% 0.33% -
HSV(B) 301.89º 0.98% 0.64% -
XYZ 21.32 10.34 33.22 -
YUV 69.1 178.18 194.98 -
System Red Green Blue C M Y K H S L
Decimal 163 4 158 0 0.98 0.03 0.36 301.89 0.95 0.33
Hex A3 4 9E 0 62 3 24 12E 5F 21
Octal 243 4 236 0 142 3 44 456 137 41
Binary 10100011 100 10011110 0 1100010 11 100100 100101110 1011111 100001

Color Harmonies of #A3049E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3049E

Black with #A3049E

Text Example


Text Example

White with #A3049E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3049E; }

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

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

background-color css

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

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

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

border-color css

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

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

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