#A30086

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

Shades of Dark Magenta #A30086

Tints of Dark Magenta #A30086

Color information

#A30086 (or 0xA30086) is unknown color: approx Dark Magenta. HEX triplet: A3, 00 and 86. RGB value is (163,0,134). Sum of RGB (Red+Green+Blue) = 163+0+134=297 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.88% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 134 (52.73% from 255 or 45.12% from 297); Max value from RGB is 163 - color contains mainly: red. Hex color #A30086 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30086 is #5CFF79. Grayscale: #3F3F3F. Windows color (decimal): -6094714 or 8781987. OLE color: 8781987.

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

Color convert

RGB1630134-
CMYK010.180.36
HSL310.67º100%31.96%-
HSV(B)310.67º100%63.92%-
XYZ19.419.5123.37-
YUV64.01167.5198.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 134 (52.73% from 255) = 45.12%
R=54.88%
G=0%
B=45.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1630134010.180.36310.6710031.96
HexA308606412241376420
Octal24302060144224446714440
Binary1010001101000011001100100100101001001001101111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30086; }

 p { color: rgb(163,0,134); }

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

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

 a { background-color: rgb(163,0,134); }

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

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

 span { border-color: rgb(163,0,134); }

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