#A8088B

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

Shades of Dark Magenta #A8088B

Tints of Dark Magenta #A8088B

Color information

#A8088B (or 0xA8088B) is unknown color: approx Dark Magenta. HEX triplet: A8, 08 and 8B. RGB value is (168,8,139). Sum of RGB (Red+Green+Blue) = 168+8+139=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A8088B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8088B is #57F774. Grayscale: #464646. Windows color (decimal): -5764981 or 9111720. OLE color: 9111720.

HSL color Cylindrical-coordinate representation of color #A8088B: hue angle of 310.88º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8088B is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB1688139-
CMYK00.950.170.34
HSL310.88º90.91%34.51%-
HSV(B)310.88º95.24%65.88%-
XYZ20.910.3625.32-
YUV70.77166.51197.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.33%
GREEN value IS 8 (3.52% from 255) = 2.54%
BLUE value IS 139 (54.69% from 255) = 44.13%
R=53.33%
G=2.54%
B=44.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168813900.950.170.34310.8890.9134.51
HexA888B05F11221375b23
Octal250102130137214246713343
Binary1010100010001000101101011111100011000101001101111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8088B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8088B; }

 p { color: rgb(168,8,139); }

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

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

 a { background-color: rgb(168,8,139); }

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

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

 span { border-color: rgb(168,8,139); }

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