#A30099

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

Shades of Dark Magenta #A30099

Tints of Dark Magenta #A30099

Color information

#A30099 (or 0xA30099) is unknown color: approx Dark Magenta. HEX triplet: A3, 00 and 99. RGB value is (163,0,153). Sum of RGB (Red+Green+Blue) = 163+0+153=316 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.58% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 163 - color contains mainly: red. Hex color #A30099 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30099 is #5CFF66. Grayscale: #414141. Windows color (decimal): -6094695 or 10027171. OLE color: 10027171.

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

Color convert

RGB1630153-
CMYK010.060.36
HSL303.68º100%31.96%-
HSV(B)303.68º100%63.92%-
XYZ20.8510.0930.98-
YUV66.18177197.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 153 (60.16% from 255) = 48.42%
R=51.58%
G=0%
B=48.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1630153010.060.36303.6810031.96
HexA30990646241306420
Octal2430231014464446014440
Binary10100011010011001011001001101001001001100001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30099; }

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

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

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

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

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

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

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

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