#A30093

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

Shades of Dark Magenta #A30093

Tints of Dark Magenta #A30093

Color information

#A30093 (or 0xA30093) is unknown color: approx Dark Magenta. HEX triplet: A3, 00 and 93. RGB value is (163,0,147). Sum of RGB (Red+Green+Blue) = 163+0+147=310 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.58% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 163 - color contains mainly: red. Hex color #A30093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30093 is #5CFF6C. Grayscale: #414141. Windows color (decimal): -6094701 or 9633955. OLE color: 9633955.

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

Color convert

RGB1630147-
CMYK010.100.36
HSL305.89º100%31.96%-
HSV(B)305.89º100%63.92%-
XYZ20.379.8928.44-
YUV65.49174197.55-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 147 (57.81% from 255) = 47.42%
R=52.58%
G=0%
B=47.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1630147010.100.36305.8910031.96
HexA3093064A241326420
Octal24302230144124446214440
Binary101000110100100110110010010101001001001100101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30093; }

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

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

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

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

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

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

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

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