#A30686

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

Shades of Dark Magenta #A30686

Tints of Dark Magenta #A30686

Color information

#A30686 (or 0xA30686) is unknown color: approx Dark Magenta. HEX triplet: A3, 06 and 86. RGB value is (163,6,134). Sum of RGB (Red+Green+Blue) = 163+6+134=303 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.80% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 134 (52.73% from 255 or 44.22% from 303); Max value from RGB is 163 - color contains mainly: red. Hex color #A30686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30686 is #5CF979. Grayscale: #434343. Windows color (decimal): -6093178 or 8783523. OLE color: 8783523.

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

Color convert

RGB1636134-
CMYK00.960.180.36
HSL311.08º92.9%33.14%-
HSV(B)311.08º96.32%63.92%-
XYZ19.479.6423.39-
YUV67.54165.51196.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.80%
GREEN value IS 6 (2.73% from 255) = 1.98%
BLUE value IS 134 (52.73% from 255) = 44.22%
R=53.80%
G=1.98%
B=44.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163613400.960.180.36311.0892.933.14
HexA368606012241375d21
Octal24362060140224446713541
Binary101000111101000011001100000100101001001001101111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30686; }

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

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

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

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

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

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

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

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