#A5008F

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

Shades of Dark Magenta #A5008F

Tints of Dark Magenta #A5008F

Color information

#A5008F (or 0xA5008F) is unknown color: approx Dark Magenta. HEX triplet: A5, 00 and 8F. RGB value is (165,0,143). Sum of RGB (Red+Green+Blue) = 165+0+143=308 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.57% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 143 (56.25% from 255 or 46.43% from 308); Max value from RGB is 165 - color contains mainly: red. Hex color #A5008F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5008F is #5AFF70. Grayscale: #414141. Windows color (decimal): -5963633 or 9371813. OLE color: 9371813.

HSL color Cylindrical-coordinate representation of color #A5008F: hue angle of 308º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A5008F is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB1650143-
CMYK010.130.35
HSL308º100%32.35%-
HSV(B)308º100%64.71%-
XYZ20.479.9826.83-
YUV65.64171.66198.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 143 (56.25% from 255) = 46.43%
R=53.57%
G=0%
B=46.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1650143010.130.3530810032.35
HexA508F064D231346420
Octal24502170144154346414440
Binary101001010100011110110010011011000111001101001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5008F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5008F; }

 p { color: rgb(165,0,143); }

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

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

 a { background-color: rgb(165,0,143); }

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

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

 span { border-color: rgb(165,0,143); }

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