Html Css Color HEX #A4008A Dark Magenta

📋 copy color: '#A4008A'

red 164 ◦ green 0 ◦ blue 138

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

Shades of Dark Magenta #A4008A

Tints of Dark Magenta #A4008A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 138 (54.3% from 255) = 45.7%

R = 54.3%
G = 0%
B = 45.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A4008A (or 0xA4008A) is known color: Dark Magenta. HEX triplet: A4, 00 and 8A. RGB value is (164,0,138). Sum of RGB (Red+Green+Blue) = 164+0+138=302 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.30% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 138 (54.30% from 255 or 45.70% from 302); Max value from RGB is 164 - color contains mainly: red. Hex color #A4008A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4008A is #5BFF75. Grayscale: #404040. Windows color (decimal): -6029174 or 9044132. OLE color: 9044132.

HSL color Cylindrical-coordinate representation of color #A4008A: hue angle of 309.51º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A4008A is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 0 138 -
CMYK 0 1 0.16 0.36
HSL 309.51º 1% 0.32% -
HSV(B) 309.51º 1% 0.64% -
XYZ 19.9 9.73 24.87 -
YUV 64.77 169.33 198.78 -
System Red Green Blue C M Y K H S L
Decimal 164 0 138 0 1 0.16 0.36 309.51 1 0.32
Hex A4 0 8A 0 64 10 24 136 64 20
Octal 244 0 212 0 144 20 44 466 144 40
Binary 10100100 0 10001010 0 1100100 10000 100100 100110110 1100100 100000

Color Harmonies of #A4008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4008A

Black with #A4008A

Text Example


Text Example

White with #A4008A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4008A; }

 p { color: rgb(164,0,138); }

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

background-color css

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

 a { background-color: rgb(164,0,138); }

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

border-color css

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

 span { border-color: rgb(164,0,138); }

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