Html Css Color HEX #A4028C Dark Magenta

📋 copy color: '#A4028C'

red 164 ◦ green 2 ◦ blue 140

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

Shades of Dark Magenta #A4028C

Tints of Dark Magenta #A4028C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.75%

R = 53.59%
G = 0.65%
B = 45.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A4028C (or 0xA4028C) is known color: Dark Magenta. HEX triplet: A4, 02 and 8C. RGB value is (164,2,140). Sum of RGB (Red+Green+Blue) = 164+2+140=306 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.59% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 140 (55.08% from 255 or 45.75% from 306); Max value from RGB is 164 - color contains mainly: red. Hex color #A4028C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4028C is #5BFD73. Grayscale: #414141. Windows color (decimal): -6028660 or 9175716. OLE color: 9175716.

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

Color convert

RGB 164 2 140 -
CMYK 0 0.99 0.15 0.36
HSL 308.89º 0.98% 0.33% -
HSV(B) 308.89º 0.99% 0.64% -
XYZ 20.07 9.83 25.65 -
YUV 66.17 169.67 197.78 -
System Red Green Blue C M Y K H S L
Decimal 164 2 140 0 0.99 0.15 0.36 308.89 0.98 0.33
Hex A4 2 8C 0 63 F 24 135 62 21
Octal 244 2 214 0 143 17 44 465 142 41
Binary 10100100 10 10001100 0 1100011 1111 100100 100110101 1100010 100001

Color Harmonies of #A4028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4028C

Black with #A4028C

Text Example


Text Example

White with #A4028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4028C; }

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

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

background-color css

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

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

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

border-color css

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

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

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