#A30F93

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

Shades of Dark Magenta #A30F93

Tints of Dark Magenta #A30F93

Color information

#A30F93 (or 0xA30F93) is unknown color: approx Dark Magenta. HEX triplet: A3, 0F and 93. RGB value is (163,15,147). Sum of RGB (Red+Green+Blue) = 163+15+147=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30F93 is #5CF06C. Grayscale: #494949. Windows color (decimal): -6090861 or 9637795. OLE color: 9637795.

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

Color convert

RGB16315147-
CMYK00.910.100.36
HSL306.49º83.15%34.9%-
HSV(B)306.49º90.8%63.92%-
XYZ20.5410.2328.5-
YUV74.3169.03191.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.15%
GREEN value IS 15 (6.25% from 255) = 4.62%
BLUE value IS 147 (57.81% from 255) = 45.23%
R=50.15%
G=4.62%
B=45.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631514700.910.100.36306.4983.1534.9
HexA3F9305BA241325323
Octal243172230133124446212343
Binary101000111111100100110101101110101001001001100101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30F93; }

 p { color: rgb(163,15,147); }

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

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

 a { background-color: rgb(163,15,147); }

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

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

 span { border-color: rgb(163,15,147); }

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