#A8019B

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

Shades of Dark Magenta #A8019B

Tints of Dark Magenta #A8019B

Color information

#A8019B (or 0xA8019B) is unknown color: approx Dark Magenta. HEX triplet: A8, 01 and 9B. RGB value is (168,1,155). Sum of RGB (Red+Green+Blue) = 168+1+155=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A8019B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8019B is #57FE64. Grayscale: #444444. Windows color (decimal): -5766757 or 10158504. OLE color: 10158504.

HSL color Cylindrical-coordinate representation of color #A8019B: hue angle of 304.67º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8019B is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB1681155-
CMYK00.990.080.34
HSL304.67º98.82%33.14%-
HSV(B)304.67º99.4%65.88%-
XYZ22.0810.7131.91-
YUV68.49176.83198.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.85%
GREEN value IS 1 (0.78% from 255) = 0.31%
BLUE value IS 155 (60.94% from 255) = 47.84%
R=51.85%
G=0.31%
B=47.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168115500.990.080.34304.6798.8233.14
HexA819B0638221316321
Octal25012330143104246114341
Binary101010001100110110110001110001000101001100011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8019B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8019B; }

 p { color: rgb(168,1,155); }

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

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

 a { background-color: rgb(168,1,155); }

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

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

 span { border-color: rgb(168,1,155); }

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