#A30088

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

Shades of Dark Magenta #A30088

Tints of Dark Magenta #A30088

Color information

#A30088 (or 0xA30088) is unknown color: approx Dark Magenta. HEX triplet: A3, 00 and 88. RGB value is (163,0,136). Sum of RGB (Red+Green+Blue) = 163+0+136=299 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.52% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 163 - color contains mainly: red. Hex color #A30088 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30088 is #5CFF77. Grayscale: #3F3F3F. Windows color (decimal): -6094712 or 8913059. OLE color: 8913059.

HSL color Cylindrical-coordinate representation of color #A30088: hue angle of 309.94º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A30088 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB1630136-
CMYK010.170.36
HSL309.94º100%31.96%-
HSV(B)309.94º100%63.92%-
XYZ19.559.5624.11-
YUV64.24168.5198.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 136 (53.52% from 255) = 45.48%
R=54.52%
G=0%
B=45.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1630136010.170.36309.9410031.96
HexA308806411241366420
Octal24302100144214446614440
Binary1010001101000100001100100100011001001001101101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30088; }

 p { color: rgb(163,0,136); }

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

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

 a { background-color: rgb(163,0,136); }

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

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

 span { border-color: rgb(163,0,136); }

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