#A30B92

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

Shades of Dark Magenta #A30B92

Tints of Dark Magenta #A30B92

Color information

#A30B92 (or 0xA30B92) is unknown color: approx Dark Magenta. HEX triplet: A3, 0B and 92. RGB value is (163,11,146). Sum of RGB (Red+Green+Blue) = 163+11+146=320 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.94% from 320); Green value is 11 (4.69% from 255 or 3.44% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 163 - color contains mainly: red. Hex color #A30B92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30B92 is #5CF46D. Grayscale: #474747. Windows color (decimal): -6091886 or 9571235. OLE color: 9571235.

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

Color convert

RGB16311146-
CMYK00.930.100.36
HSL306.71º87.36%34.12%-
HSV(B)306.71º93.25%63.92%-
XYZ20.4110.128.07-
YUV71.84169.86193.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.94%
GREEN value IS 11 (4.69% from 255) = 3.44%
BLUE value IS 146 (57.42% from 255) = 45.62%
R=50.94%
G=3.44%
B=45.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631114600.930.100.36306.7187.3634.12
HexA3B9205DA241335722
Octal243132220135124446312742
Binary101000111011100100100101110110101001001001100111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30B92; }

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

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

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

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

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

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

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

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