Html Css Color HEX #A4078E Dark Magenta

📋 copy color: '#A4078E'

red 164 ◦ green 7 ◦ blue 142

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

Shades of Dark Magenta #A4078E

Tints of Dark Magenta #A4078E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 45.37%

R = 52.4%
G = 2.24%
B = 45.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A4078E (or 0xA4078E) is known color: Dark Magenta. HEX triplet: A4, 07 and 8E. RGB value is (164,7,142). Sum of RGB (Red+Green+Blue) = 164+7+142=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 142 (55.86% from 255 or 45.37% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A4078E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4078E is #5BF871. Grayscale: #444444. Windows color (decimal): -6027378 or 9308068. OLE color: 9308068.

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

Color convert

RGB 164 7 142 -
CMYK 0 0.96 0.13 0.36
HSL 308.41º 0.92% 0.34% -
HSV(B) 308.41º 0.96% 0.64% -
XYZ 20.27 10 26.45 -
YUV 69.33 169.01 195.52 -
System Red Green Blue C M Y K H S L
Decimal 164 7 142 0 0.96 0.13 0.36 308.41 0.92 0.34
Hex A4 7 8E 0 60 D 24 134 5C 22
Octal 244 7 216 0 140 15 44 464 134 42
Binary 10100100 111 10001110 0 1100000 1101 100100 100110100 1011100 100010

Color Harmonies of #A4078E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4078E

Black with #A4078E

Text Example


Text Example

White with #A4078E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4078E; }

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

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

background-color css

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

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

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

border-color css

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

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

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