Html Css Color HEX #A4079A Dark Magenta

📋 copy color: '#A4079A'

red 164 ◦ green 7 ◦ blue 154

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

Shades of Dark Magenta #A4079A

Tints of Dark Magenta #A4079A

RGB

 RED value IS 164 (64.45% from 255) = 50.46%

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

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

R = 50.46%
G = 2.15%
B = 47.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A4079A (or 0xA4079A) is known color: Dark Magenta. HEX triplet: A4, 07 and 9A. RGB value is (164,7,154). Sum of RGB (Red+Green+Blue) = 164+7+154=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 154 (60.55% from 255 or 47.38% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A4079A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4079A is #5BF865. Grayscale: #464646. Windows color (decimal): -6027366 or 10094500. OLE color: 10094500.

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

Color convert

RGB 164 7 154 -
CMYK 0 0.96 0.06 0.36
HSL 303.82º 0.92% 0.34% -
HSV(B) 303.82º 0.96% 0.64% -
XYZ 21.22 10.38 31.46 -
YUV 70.7 175.01 194.55 -
System Red Green Blue C M Y K H S L
Decimal 164 7 154 0 0.96 0.06 0.36 303.82 0.92 0.34
Hex A4 7 9A 0 60 6 24 130 5C 22
Octal 244 7 232 0 140 6 44 460 134 42
Binary 10100100 111 10011010 0 1100000 110 100100 100110000 1011100 100010

Color Harmonies of #A4079A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4079A

Black with #A4079A

Text Example


Text Example

White with #A4079A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4079A; }

 p { color: rgb(164,7,154); }

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

background-color css

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

 a { background-color: rgb(164,7,154); }

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

border-color css

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

 span { border-color: rgb(164,7,154); }

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