#A5008E

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

Shades of Dark Magenta #A5008E

Tints of Dark Magenta #A5008E

Color information

#A5008E (or 0xA5008E) is unknown color: approx Dark Magenta. HEX triplet: A5, 00 and 8E. RGB value is (165,0,142). Sum of RGB (Red+Green+Blue) = 165+0+142=307 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.75% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 142 (55.86% from 255 or 46.25% from 307); Max value from RGB is 165 - color contains mainly: red. Hex color #A5008E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5008E is #5AFF71. Grayscale: #414141. Windows color (decimal): -5963634 or 9306277. OLE color: 9306277.

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

Color convert

RGB1650142-
CMYK010.140.35
HSL308.36º100%32.35%-
HSV(B)308.36º100%64.71%-
XYZ20.49.9526.44-
YUV65.52171.16198.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 142 (55.86% from 255) = 46.25%
R=53.75%
G=0%
B=46.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1650142010.140.35308.3610032.35
HexA508E064E231346420
Octal24502160144164346414440
Binary101001010100011100110010011101000111001101001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5008E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5008E; }

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

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

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

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

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

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

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

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