#A30889

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

Shades of Dark Magenta #A30889

Tints of Dark Magenta #A30889

Color information

#A30889 (or 0xA30889) is unknown color: approx Dark Magenta. HEX triplet: A3, 08 and 89. RGB value is (163,8,137). Sum of RGB (Red+Green+Blue) = 163+8+137=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A30889 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30889 is #5CF776. Grayscale: #444444. Windows color (decimal): -6092663 or 8980643. OLE color: 8980643.

HSL color Cylindrical-coordinate representation of color #A30889: hue angle of 310.06º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30889 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB1638137-
CMYK00.950.160.36
HSL310.06º90.64%33.53%-
HSV(B)310.06º95.09%63.92%-
XYZ19.719.7724.51-
YUV69.05166.35195.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.92%
GREEN value IS 8 (3.52% from 255) = 2.60%
BLUE value IS 137 (53.91% from 255) = 44.48%
R=52.92%
G=2.60%
B=44.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163813700.950.160.36310.0690.6433.53
HexA388905F10241365b22
Octal243102110137204446613342
Binary1010001110001000100101011111100001001001001101101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30889; }

 p { color: rgb(163,8,137); }

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

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

 a { background-color: rgb(163,8,137); }

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

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

 span { border-color: rgb(163,8,137); }

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