#A30F92

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

Shades of Dark Magenta #A30F92

Tints of Dark Magenta #A30F92

Color information

#A30F92 (or 0xA30F92) is unknown color: approx Dark Magenta. HEX triplet: A3, 0F and 92. RGB value is (163,15,146). Sum of RGB (Red+Green+Blue) = 163+15+146=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 146 (57.42% from 255 or 45.06% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30F92 is #5CF06D. Grayscale: #494949. Windows color (decimal): -6090862 or 9572259. OLE color: 9572259.

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

Color convert

RGB16315146-
CMYK00.910.100.36
HSL306.89º83.15%34.9%-
HSV(B)306.89º90.8%63.92%-
XYZ20.4610.228.09-
YUV74.19168.53191.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.31%
GREEN value IS 15 (6.25% from 255) = 4.63%
BLUE value IS 146 (57.42% from 255) = 45.06%
R=50.31%
G=4.63%
B=45.06%

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
Decimal1631514600.910.100.36306.8983.1534.9
HexA3F9205BA241335323
Octal243172220133124446312343
Binary101000111111100100100101101110101001001001100111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30F92; }

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

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

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

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

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

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

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

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