#A42098

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

Shades of Dark Magenta #A42098

Tints of Dark Magenta #A42098

Color information

#A42098 (or 0xA42098) is unknown color: approx Dark Magenta. HEX triplet: A4, 20 and 98. RGB value is (164,32,152). Sum of RGB (Red+Green+Blue) = 164+32+152=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A42098 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42098 is #5BDF67. Grayscale: #545454. Windows color (decimal): -6020968 or 9969828. OLE color: 9969828.

HSL color Cylindrical-coordinate representation of color #A42098: hue angle of 305.45º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A42098 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB16432152-
CMYK00.800.070.36
HSL305.45º67.35%38.43%-
HSV(B)305.45º80.49%64.31%-
XYZ21.4911.1930.73-
YUV85.15165.73184.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.13%
GREEN value IS 32 (12.89% from 255) = 9.20%
BLUE value IS 152 (59.77% from 255) = 43.68%
R=47.13%
G=9.20%
B=43.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1643215200.800.070.36305.4567.3538.43
HexA420980507241314326
Octal24440230012074446110346
Binary1010010010000010011000010100001111001001001100011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42098; }

 p { color: rgb(164,32,152); }

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

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

 a { background-color: rgb(164,32,152); }

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

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

 span { border-color: rgb(164,32,152); }

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