#A5008B

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

Shades of Dark Magenta #A5008B

Tints of Dark Magenta #A5008B

Color information

#A5008B (or 0xA5008B) is unknown color: approx Dark Magenta. HEX triplet: A5, 00 and 8B. RGB value is (165,0,139). Sum of RGB (Red+Green+Blue) = 165+0+139=304 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.28% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 165 - color contains mainly: red. Hex color #A5008B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5008B is #5AFF74. Grayscale: #404040. Windows color (decimal): -5963637 or 9109669. OLE color: 9109669.

HSL color Cylindrical-coordinate representation of color #A5008B: hue angle of 309.45º 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 #A5008B is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB1650139-
CMYK010.160.35
HSL309.45º100%32.35%-
HSV(B)309.45º100%64.71%-
XYZ20.189.8625.27-
YUV65.18169.66199.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 139 (54.69% from 255) = 45.72%
R=54.28%
G=0%
B=45.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1650139010.160.35309.4510032.35
HexA508B06410231356420
Octal24502130144204346514440
Binary1010010101000101101100100100001000111001101011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5008B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5008B; }

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

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

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

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

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

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

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

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