#A306AA

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

Shades of Dark Magenta #A306AA

Tints of Dark Magenta #A306AA

Color information

#A306AA (or 0xA306AA) is unknown color: approx Dark Magenta. HEX triplet: A3, 06 and AA. RGB value is (163,6,170). Sum of RGB (Red+Green+Blue) = 163+6+170=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 6 (2.73% from 255 or 1.77% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #A306AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A306AA is #5CF955. Grayscale: #474747. Windows color (decimal): -6093142 or 11142819. OLE color: 11142819.

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

Color convert

RGB1636170-
CMYK0.040.9600.33
HSL297.44º93.18%34.51%-
HSV(B)297.44º96.47%66.67%-
XYZ22.4310.8238.94-
YUV71.64183.51193.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.08%
GREEN value IS 6 (2.73% from 255) = 1.77%
BLUE value IS 170 (66.80% from 255) = 50.15%
R=48.08%
G=1.77%
B=50.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16361700.040.9600.33297.4493.1834.51
HexA36AA4600211295d23
Octal2436252414004145113543
Binary1010001111010101010100110000001000011001010011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A306AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A306AA; }

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

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

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

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

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

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

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

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