#A30190

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

Shades of Dark Magenta #A30190

Tints of Dark Magenta #A30190

Color information

#A30190 (or 0xA30190) is unknown color: approx Dark Magenta. HEX triplet: A3, 01 and 90. RGB value is (163,1,144). Sum of RGB (Red+Green+Blue) = 163+1+144=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A30190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30190 is #5CFE6F. Grayscale: #414141. Windows color (decimal): -6094448 or 9437603. OLE color: 9437603.

HSL color Cylindrical-coordinate representation of color #A30190: hue angle of 307.04º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A30190 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB1631144-
CMYK00.990.120.36
HSL307.04º98.78%32.16%-
HSV(B)307.04º99.39%63.92%-
XYZ20.159.8227.22-
YUV65.74172.17197.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.92%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 144 (56.64% from 255) = 46.75%
R=52.92%
G=0.32%
B=46.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163114400.990.120.36307.0498.7832.16
HexA3190063C241336320
Octal24312200143144446314340
Binary101000111100100000110001111001001001001100111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30190; }

 p { color: rgb(163,1,144); }

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

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

 a { background-color: rgb(163,1,144); }

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

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

 span { border-color: rgb(163,1,144); }

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