Html Css Color HEX #A3079B Dark Magenta

📋 copy color: '#A3079B'

red 163 ◦ green 7 ◦ blue 155

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

Shades of Dark Magenta #A3079B

Tints of Dark Magenta #A3079B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.69%

R = 50.15%
G = 2.15%
B = 47.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A3079B (or 0xA3079B) is known color: Dark Magenta. HEX triplet: A3, 07 and 9B. RGB value is (163,7,155). Sum of RGB (Red+Green+Blue) = 163+7+155=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A3079B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3079B is #5CF864. Grayscale: #464646. Windows color (decimal): -6092901 or 10160035. OLE color: 10160035.

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

Color convert

RGB 163 7 155 -
CMYK 0 0.96 0.05 0.36
HSL 303.08º 0.92% 0.33% -
HSV(B) 303.08º 0.96% 0.64% -
XYZ 21.1 10.31 31.89 -
YUV 70.52 175.68 193.97 -
System Red Green Blue C M Y K H S L
Decimal 163 7 155 0 0.96 0.05 0.36 303.08 0.92 0.33
Hex A3 7 9B 0 60 5 24 12F 5C 21
Octal 243 7 233 0 140 5 44 457 134 41
Binary 10100011 111 10011011 0 1100000 101 100100 100101111 1011100 100001

Color Harmonies of #A3079B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3079B

Black with #A3079B

Text Example


Text Example

White with #A3079B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3079B; }

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

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

background-color css

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

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

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

border-color css

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

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

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