Html Css Color HEX #A4029F Dark Magenta

📋 copy color: '#A4029F'

red 164 ◦ green 2 ◦ blue 159

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

Shades of Dark Magenta #A4029F

Tints of Dark Magenta #A4029F

RGB

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

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

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

R = 50.46%
G = 0.62%
B = 48.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A4029F (or 0xA4029F) is known color: Dark Magenta. HEX triplet: A4, 02 and 9F. RGB value is (164,2,159). Sum of RGB (Red+Green+Blue) = 164+2+159=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A4029F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4029F is #5BFD60. Grayscale: #434343. Windows color (decimal): -6028641 or 10420900. OLE color: 10420900.

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

Color convert

RGB 164 2 159 -
CMYK 0 0.99 0.03 0.36
HSL 301.85º 0.98% 0.33% -
HSV(B) 301.85º 0.99% 0.64% -
XYZ 21.59 10.44 33.68 -
YUV 68.34 179.17 196.23 -
System Red Green Blue C M Y K H S L
Decimal 164 2 159 0 0.99 0.03 0.36 301.85 0.98 0.33
Hex A4 2 9F 0 63 3 24 12E 62 21
Octal 244 2 237 0 143 3 44 456 142 41
Binary 10100100 10 10011111 0 1100011 11 100100 100101110 1100010 100001

Color Harmonies of #A4029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4029F

Black with #A4029F

Text Example


Text Example

White with #A4029F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4029F; }

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

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

background-color css

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

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

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

border-color css

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

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

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