Html Css Color HEX #A3079E Dark Magenta

📋 copy color: '#A3079E'

red 163 ◦ green 7 ◦ blue 158

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

Shades of Dark Magenta #A3079E

Tints of Dark Magenta #A3079E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.13%

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

R = 49.7%
G = 2.13%
B = 48.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A3079E (or 0xA3079E) is known color: Dark Magenta. HEX triplet: A3, 07 and 9E. RGB value is (163,7,158). Sum of RGB (Red+Green+Blue) = 163+7+158=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 7 (3.12% from 255 or 2.13% from 328); Blue value is 158 (62.11% from 255 or 48.17% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A3079E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3079E is #5CF861. Grayscale: #464646. Windows color (decimal): -6092898 or 10356643. OLE color: 10356643.

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

Color convert

RGB 163 7 158 -
CMYK 0 0.96 0.03 0.36
HSL 301.92º 0.92% 0.33% -
HSV(B) 301.92º 0.96% 0.64% -
XYZ 21.35 10.41 33.23 -
YUV 70.86 177.18 193.72 -
System Red Green Blue C M Y K H S L
Decimal 163 7 158 0 0.96 0.03 0.36 301.92 0.92 0.33
Hex A3 7 9E 0 60 3 24 12E 5C 21
Octal 243 7 236 0 140 3 44 456 134 41
Binary 10100011 111 10011110 0 1100000 11 100100 100101110 1011100 100001

Color Harmonies of #A3079E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3079E

Black with #A3079E

Text Example


Text Example

White with #A3079E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3079E; }

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

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

background-color css

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

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

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

border-color css

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

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

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