#A30F8F

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

Shades of Dark Magenta #A30F8F

Tints of Dark Magenta #A30F8F

Color information

#A30F8F (or 0xA30F8F) is unknown color: approx Dark Magenta. HEX triplet: A3, 0F and 8F. RGB value is (163,15,143). Sum of RGB (Red+Green+Blue) = 163+15+143=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30F8F is #5CF070. Grayscale: #494949. Windows color (decimal): -6090865 or 9375651. OLE color: 9375651.

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

Color convert

RGB16315143-
CMYK00.910.120.36
HSL308.11º83.15%34.9%-
HSV(B)308.11º90.8%63.92%-
XYZ20.2310.1126.87-
YUV73.84167.03191.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.78%
GREEN value IS 15 (6.25% from 255) = 4.67%
BLUE value IS 143 (56.25% from 255) = 44.55%
R=50.78%
G=4.67%
B=44.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631514300.910.120.36308.1183.1534.9
HexA3F8F05BC241345323
Octal243172170133144446412343
Binary101000111111100011110101101111001001001001101001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30F8F; }

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

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

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

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

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

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

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

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