#A3069E

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

Shades of Dark Magenta #A3069E

Tints of Dark Magenta #A3069E

Color information

#A3069E (or 0xA3069E) is unknown color: approx Dark Magenta. HEX triplet: A3, 06 and 9E. RGB value is (163,6,158). Sum of RGB (Red+Green+Blue) = 163+6+158=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 6 (2.73% from 255 or 1.83% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A3069E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3069E is #5CF961. Grayscale: #454545. Windows color (decimal): -6093154 or 10356387. OLE color: 10356387.

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

Color convert

RGB1636158-
CMYK00.960.030.36
HSL301.91º92.9%33.14%-
HSV(B)301.91º96.32%63.92%-
XYZ21.3410.3933.23-
YUV70.27177.51194.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.85%
GREEN value IS 6 (2.73% from 255) = 1.83%
BLUE value IS 158 (62.11% from 255) = 48.32%
R=49.85%
G=1.83%
B=48.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163615800.960.030.36301.9192.933.14
HexA369E06032412e5d21
Octal2436236014034445613541
Binary101000111101001111001100000111001001001011101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3069E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3069E; }

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

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

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

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

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

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

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

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