#A30092

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

Shades of Dark Magenta #A30092

Tints of Dark Magenta #A30092

Color information

#A30092 (or 0xA30092) is unknown color: approx Dark Magenta. HEX triplet: A3, 00 and 92. RGB value is (163,0,146). Sum of RGB (Red+Green+Blue) = 163+0+146=309 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.75% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 146 (57.42% from 255 or 47.25% from 309); Max value from RGB is 163 - color contains mainly: red. Hex color #A30092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30092 is #5CFF6D. Grayscale: #404040. Windows color (decimal): -6094702 or 9568419. OLE color: 9568419.

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

Color convert

RGB1630146-
CMYK010.100.36
HSL306.26º100%31.96%-
HSV(B)306.26º100%63.92%-
XYZ20.299.8628.03-
YUV65.38173.5197.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 146 (57.42% from 255) = 47.25%
R=52.75%
G=0%
B=47.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1630146010.100.36306.2610031.96
HexA3092064A241326420
Octal24302220144124446214440
Binary101000110100100100110010010101001001001100101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30092; }

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

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

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

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

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

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

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

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