#A30083

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

Shades of Dark Magenta #A30083

Tints of Dark Magenta #A30083

Color information

#A30083 (or 0xA30083) is unknown color: approx Dark Magenta. HEX triplet: A3, 00 and 83. RGB value is (163,0,131). Sum of RGB (Red+Green+Blue) = 163+0+131=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 131 (51.56% from 255 or 44.56% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A30083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30083 is #5CFF7C. Grayscale: #3F3F3F. Windows color (decimal): -6094717 or 8585379. OLE color: 8585379.

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

Color convert

RGB1630131-
CMYK010.200.36
HSL311.78º100%31.96%-
HSV(B)311.78º100%63.92%-
XYZ19.29.4322.28-
YUV63.67166198.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 131 (51.56% from 255) = 44.56%
R=55.44%
G=0%
B=44.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1630131010.200.36311.7810031.96
HexA308306414241386420
Octal24302030144244447014440
Binary1010001101000001101100100101001001001001110001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30083; }

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

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

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

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

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

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

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

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