#A3069F

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

Shades of Dark Magenta #A3069F

Tints of Dark Magenta #A3069F

Color information

#A3069F (or 0xA3069F) is unknown color: approx Dark Magenta. HEX triplet: A3, 06 and 9F. RGB value is (163,6,159). Sum of RGB (Red+Green+Blue) = 163+6+159=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 6 (2.73% from 255 or 1.83% from 328); Blue value is 159 (62.5% from 255 or 48.48% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A3069F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3069F is #5CF960. Grayscale: #454545. Windows color (decimal): -6093153 or 10421923. OLE color: 10421923.

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

Color convert

RGB1636159-
CMYK00.960.020.36
HSL301.53º92.9%33.14%-
HSV(B)301.53º96.32%63.92%-
XYZ21.4310.4233.68-
YUV70.38178.01194.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.70%
GREEN value IS 6 (2.73% from 255) = 1.83%
BLUE value IS 159 (62.5% from 255) = 48.48%
R=49.70%
G=1.83%
B=48.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163615900.960.020.36301.5392.933.14
HexA369F06022412e5d21
Octal2436237014024445613541
Binary101000111101001111101100000101001001001011101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3069F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3069F; }

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

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

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

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

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

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

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

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