#A30B90

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

Shades of Dark Magenta #A30B90

Tints of Dark Magenta #A30B90

Color information

#A30B90 (or 0xA30B90) is unknown color: approx Dark Magenta. HEX triplet: A3, 0B and 90. RGB value is (163,11,144). Sum of RGB (Red+Green+Blue) = 163+11+144=318 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.26% from 318); Green value is 11 (4.69% from 255 or 3.46% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 163 - color contains mainly: red. Hex color #A30B90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30B90 is #5CF46F. Grayscale: #474747. Windows color (decimal): -6091888 or 9440163. OLE color: 9440163.

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

Color convert

RGB16311144-
CMYK00.930.120.36
HSL307.5º87.36%34.12%-
HSV(B)307.5º93.25%63.92%-
XYZ20.2610.0427.26-
YUV71.61168.86193.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.26%
GREEN value IS 11 (4.69% from 255) = 3.46%
BLUE value IS 144 (56.64% from 255) = 45.28%
R=51.26%
G=3.46%
B=45.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631114400.930.120.36307.587.3634.12
HexA3B9005DC241345722
Octal243132200135144446412742
Binary101000111011100100000101110111001001001001101001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30B90; }

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

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

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

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

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

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

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

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