Html Css Color HEX #A4009E Dark Magenta

📋 copy color: '#A4009E'

red 164 ◦ green 0 ◦ blue 158

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

Shades of Dark Magenta #A4009E

Tints of Dark Magenta #A4009E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 49.07%

R = 50.93%
G = 0%
B = 49.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A4009E (or 0xA4009E) is known color: Dark Magenta. HEX triplet: A4, 00 and 9E. RGB value is (164,0,158). Sum of RGB (Red+Green+Blue) = 164+0+158=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 158 (62.11% from 255 or 49.07% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A4009E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4009E is #5BFF61. Grayscale: #424242. Windows color (decimal): -6029154 or 10354852. OLE color: 10354852.

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

Color convert

RGB 164 0 158 -
CMYK 0 1 0.04 0.36
HSL 302.2º 1% 0.32% -
HSV(B) 302.2º 1% 0.64% -
XYZ 21.48 10.36 33.22 -
YUV 67.05 179.33 197.15 -
System Red Green Blue C M Y K H S L
Decimal 164 0 158 0 1 0.04 0.36 302.2 1 0.32
Hex A4 0 9E 0 64 4 24 12E 64 20
Octal 244 0 236 0 144 4 44 456 144 40
Binary 10100100 0 10011110 0 1100100 100 100100 100101110 1100100 100000

Color Harmonies of #A4009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4009E

Black with #A4009E

Text Example


Text Example

White with #A4009E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4009E; }

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

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

background-color css

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

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

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

border-color css

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

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

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