#A30F95

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

Shades of Dark Magenta #A30F95

Tints of Dark Magenta #A30F95

Color information

#A30F95 (or 0xA30F95) is unknown color: approx Dark Magenta. HEX triplet: A3, 0F and 95. RGB value is (163,15,149). Sum of RGB (Red+Green+Blue) = 163+15+149=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 15 (6.25% from 255 or 4.59% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30F95 is #5CF06A. Grayscale: #4A4A4A. Windows color (decimal): -6090859 or 9768867. OLE color: 9768867.

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

Color convert

RGB16315149-
CMYK00.910.090.36
HSL305.68º83.15%34.9%-
HSV(B)305.68º90.8%63.92%-
XYZ20.710.329.33-
YUV74.53170.03191.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.85%
GREEN value IS 15 (6.25% from 255) = 4.59%
BLUE value IS 149 (58.59% from 255) = 45.57%
R=49.85%
G=4.59%
B=45.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631514900.910.090.36305.6883.1534.9
HexA3F9505B9241325323
Octal243172250133114446212343
Binary101000111111100101010101101110011001001001100101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30F95; }

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

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

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

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

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

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

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

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