#A00684

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

Shades of Dark Magenta #A00684

Tints of Dark Magenta #A00684

Color information

#A00684 (or 0xA00684) is unknown color: approx Dark Magenta. HEX triplet: A0, 06 and 84. RGB value is (160,6,132). Sum of RGB (Red+Green+Blue) = 160+6+132=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 6 (2.73% from 255 or 2.01% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A00684 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A00684 is #5FF97B. Grayscale: #424242. Windows color (decimal): -6289788 or 8652448. OLE color: 8652448.

HSL color Cylindrical-coordinate representation of color #A00684: hue angle of 310.91º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A00684 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB1606132-
CMYK00.960.170.37
HSL310.91º92.77%32.55%-
HSV(B)310.91º96.25%62.75%-
XYZ18.739.2722.63-
YUV66.41165.02194.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.69%
GREEN value IS 6 (2.73% from 255) = 2.01%
BLUE value IS 132 (51.95% from 255) = 44.30%
R=53.69%
G=2.01%
B=44.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160613200.960.170.37310.9192.7732.55
HexA068406011251375d21
Octal24062040140214546713541
Binary101000001101000010001100000100011001011001101111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00684; }

 p { color: rgb(160,6,132); }

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

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

 a { background-color: rgb(160,6,132); }

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

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

 span { border-color: rgb(160,6,132); }

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