Html Css Color HEX #A4009F Dark Magenta

📋 copy color: '#A4009F'

red 164 ◦ green 0 ◦ blue 159

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

Shades of Dark Magenta #A4009F

Tints of Dark Magenta #A4009F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 49.23%

R = 50.77%
G = 0%
B = 49.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A4009F (or 0xA4009F) is known color: Dark Magenta. HEX triplet: A4, 00 and 9F. RGB value is (164,0,159). Sum of RGB (Red+Green+Blue) = 164+0+159=323 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.77% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 164 - color contains mainly: red. Hex color #A4009F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4009F is #5BFF60. Grayscale: #424242. Windows color (decimal): -6029153 or 10420388. OLE color: 10420388.

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

Color convert

RGB 164 0 159 -
CMYK 0 1 0.03 0.36
HSL 301.83º 1% 0.32% -
HSV(B) 301.83º 1% 0.64% -
XYZ 21.57 10.4 33.67 -
YUV 67.16 179.83 197.07 -
System Red Green Blue C M Y K H S L
Decimal 164 0 159 0 1 0.03 0.36 301.83 1 0.32
Hex A4 0 9F 0 64 3 24 12E 64 20
Octal 244 0 237 0 144 3 44 456 144 40
Binary 10100100 0 10011111 0 1100100 11 100100 100101110 1100100 100000

Color Harmonies of #A4009F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4009F

Black with #A4009F

Text Example


Text Example

White with #A4009F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4009F; }

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

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

background-color css

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

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

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

border-color css

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

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

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