#A5069F

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

Shades of Dark Magenta #A5069F

Tints of Dark Magenta #A5069F

Color information

#A5069F (or 0xA5069F) is unknown color: approx Dark Magenta. HEX triplet: A5, 06 and 9F. RGB value is (165,6,159). Sum of RGB (Red+Green+Blue) = 165+6+159=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 159 (62.5% from 255 or 48.18% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A5069F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5069F is #5AF960. Grayscale: #464646. Windows color (decimal): -5962081 or 10421925. OLE color: 10421925.

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

Color convert

RGB1656159-
CMYK00.960.040.35
HSL302.26º92.98%33.53%-
HSV(B)302.26º96.36%64.71%-
XYZ21.8410.6333.7-
YUV70.98177.68195.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50%
GREEN value IS 6 (2.73% from 255) = 1.82%
BLUE value IS 159 (62.5% from 255) = 48.18%
R=50%
G=1.82%
B=48.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165615900.960.040.35302.2692.9833.53
HexA569F06042312e5d22
Octal2456237014044345613542
Binary1010010111010011111011000001001000111001011101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5069F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5069F; }

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

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

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

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

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

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

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

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