#A30894

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

Shades of Dark Magenta #A30894

Tints of Dark Magenta #A30894

Color information

#A30894 (or 0xA30894) is unknown color: approx Dark Magenta. HEX triplet: A3, 08 and 94. RGB value is (163,8,148). Sum of RGB (Red+Green+Blue) = 163+8+148=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 148 (58.20% from 255 or 46.39% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A30894 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30894 is #5CF76B. Grayscale: #454545. Windows color (decimal): -6092652 or 9701539. OLE color: 9701539.

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

Color convert

RGB1638148-
CMYK00.950.090.36
HSL305.81º90.64%33.53%-
HSV(B)305.81º95.09%63.92%-
XYZ20.5410.128.88-
YUV70.3171.85194.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.10%
GREEN value IS 8 (3.52% from 255) = 2.51%
BLUE value IS 148 (58.20% from 255) = 46.39%
R=51.10%
G=2.51%
B=46.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163814800.950.090.36305.8190.6433.53
HexA389405F9241325b22
Octal243102240137114446213342
Binary101000111000100101000101111110011001001001100101011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30894; }

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

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

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

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

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

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

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

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