#A4029B

Color #A4029B Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #A4029B

Tints of Dark Magenta #A4029B

Color information

#A4029B (or 0xA4029B) is unknown color: approx Dark Magenta. HEX triplet: A4, 02 and 9B. RGB value is (164,2,155). Sum of RGB (Red+Green+Blue) = 164+2+155=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A4029B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4029B is #5BFD64. Grayscale: #434343. Windows color (decimal): -6028645 or 10158756. OLE color: 10158756.

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

Color convert

RGB1642155-
CMYK00.990.050.36
HSL303.33º97.59%32.55%-
HSV(B)303.33º98.78%64.31%-
XYZ21.2510.331.88-
YUV67.88177.17196.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.09%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 155 (60.94% from 255) = 48.29%
R=51.09%
G=0.62%
B=48.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164215500.990.050.36303.3397.5932.55
HexA429B06352412f6221
Octal2442233014354445714241
Binary101001001010011011011000111011001001001011111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4029B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4029B; }

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

 H1.HeaderClassName
 {
   color: #A4029B;
 }
 .AnyTagClassName
 {
   color: #A4029B;
 }
</style>
background-color css

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

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

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

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

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

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