#A306A1

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

Shades of Dark Magenta #A306A1

Tints of Dark Magenta #A306A1

Color information

#A306A1 (or 0xA306A1) is unknown color: approx Dark Magenta. HEX triplet: A3, 06 and A1. RGB value is (163,6,161). Sum of RGB (Red+Green+Blue) = 163+6+161=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 161 (63.28% from 255 or 48.79% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A306A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A306A1 is #5CF95E. Grayscale: #464646. Windows color (decimal): -6093151 or 10552995. OLE color: 10552995.

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

Color convert

RGB1636161-
CMYK00.960.010.36
HSL300.76º92.9%33.14%-
HSV(B)300.76º96.32%63.92%-
XYZ21.610.4934.6-
YUV70.61179.01193.9-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.39%
GREEN value IS 6 (2.73% from 255) = 1.82%
BLUE value IS 161 (63.28% from 255) = 48.79%
R=49.39%
G=1.82%
B=48.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.01
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163616100.960.010.36300.7692.933.14
HexA36A106012412d5d21
Octal2436241014014445513541
Binary10100011110101000010110000011001001001011011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A306A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A306A1; }

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

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

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

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

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

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

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

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