Html Css Color HEX #A4029C Dark Magenta

📋 copy color: '#A4029C'

red 164 ◦ green 2 ◦ blue 156

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

Shades of Dark Magenta #A4029C

Tints of Dark Magenta #A4029C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.62%

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

R = 50.93%
G = 0.62%
B = 48.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A4029C (or 0xA4029C) is known color: Dark Magenta. HEX triplet: A4, 02 and 9C. RGB value is (164,2,156). Sum of RGB (Red+Green+Blue) = 164+2+156=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A4029C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4029C is #5BFD63. Grayscale: #434343. Windows color (decimal): -6028644 or 10224292. OLE color: 10224292.

HSL color Cylindrical-coordinate representation of color #A4029C: hue angle of 302.96º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A4029C is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 2 156 -
CMYK 0 0.99 0.05 0.36
HSL 302.96º 0.98% 0.33% -
HSV(B) 302.96º 0.99% 0.64% -
XYZ 21.33 10.34 32.32 -
YUV 67.99 177.67 196.48 -
System Red Green Blue C M Y K H S L
Decimal 164 2 156 0 0.99 0.05 0.36 302.96 0.98 0.33
Hex A4 2 9C 0 63 5 24 12F 62 21
Octal 244 2 234 0 143 5 44 457 142 41
Binary 10100100 10 10011100 0 1100011 101 100100 100101111 1100010 100001

Color Harmonies of #A4029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4029C

Black with #A4029C

Text Example


Text Example

White with #A4029C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4029C; }

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

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

background-color css

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

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

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

border-color css

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

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

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