Html Css Color HEX #A4009C Dark Magenta

📋 copy color: '#A4009C'

red 164 ◦ green 0 ◦ blue 156

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

Shades of Dark Magenta #A4009C

Tints of Dark Magenta #A4009C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.75%

R = 51.25%
G = 0%
B = 48.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A4009C (or 0xA4009C) is known color: Dark Magenta. HEX triplet: A4, 00 and 9C. RGB value is (164,0,156). Sum of RGB (Red+Green+Blue) = 164+0+156=320 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.25% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 164 - color contains mainly: red. Hex color #A4009C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4009C is #5BFF63. Grayscale: #424242. Windows color (decimal): -6029156 or 10223780. OLE color: 10223780.

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

Color convert

RGB 164 0 156 -
CMYK 0 1 0.05 0.36
HSL 302.93º 1% 0.32% -
HSV(B) 302.93º 1% 0.64% -
XYZ 21.31 10.29 32.32 -
YUV 66.82 178.33 197.32 -
System Red Green Blue C M Y K H S L
Decimal 164 0 156 0 1 0.05 0.36 302.93 1 0.32
Hex A4 0 9C 0 64 5 24 12F 64 20
Octal 244 0 234 0 144 5 44 457 144 40
Binary 10100100 0 10011100 0 1100100 101 100100 100101111 1100100 100000

Color Harmonies of #A4009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4009C

Black with #A4009C

Text Example


Text Example

White with #A4009C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4009C; }

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

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

background-color css

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

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

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

border-color css

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

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

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