Html Css Color HEX #A4078C Dark Magenta

📋 copy color: '#A4078C'

red 164 ◦ green 7 ◦ blue 140

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

Shades of Dark Magenta #A4078C

Tints of Dark Magenta #A4078C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.02%

R = 52.73%
G = 2.25%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A4078C (or 0xA4078C) is known color: Dark Magenta. HEX triplet: A4, 07 and 8C. RGB value is (164,7,140). Sum of RGB (Red+Green+Blue) = 164+7+140=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A4078C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4078C is #5BF873. Grayscale: #444444. Windows color (decimal): -6027380 or 9176996. OLE color: 9176996.

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

Color convert

RGB 164 7 140 -
CMYK 0 0.96 0.15 0.36
HSL 309.17º 0.92% 0.34% -
HSV(B) 309.17º 0.96% 0.64% -
XYZ 20.12 9.94 25.67 -
YUV 69.11 168.01 195.69 -
System Red Green Blue C M Y K H S L
Decimal 164 7 140 0 0.96 0.15 0.36 309.17 0.92 0.34
Hex A4 7 8C 0 60 F 24 135 5C 22
Octal 244 7 214 0 140 17 44 465 134 42
Binary 10100100 111 10001100 0 1100000 1111 100100 100110101 1011100 100010

Color Harmonies of #A4078C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4078C

Black with #A4078C

Text Example


Text Example

White with #A4078C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4078C; }

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

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

background-color css

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

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

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

border-color css

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

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

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