#A80385

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

Shades of Dark Magenta #A80385

Tints of Dark Magenta #A80385

Color information

#A80385 (or 0xA80385) is unknown color: approx Dark Magenta. HEX triplet: A8, 03 and 85. RGB value is (168,3,133). Sum of RGB (Red+Green+Blue) = 168+3+133=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A80385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80385 is #57FC7A. Grayscale: #424242. Windows color (decimal): -5766267 or 8717224. OLE color: 8717224.

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

Color convert

RGB1683133-
CMYK00.980.210.34
HSL312.73º96.49%33.53%-
HSV(B)312.73º98.21%65.88%-
XYZ20.4110.0823.06-
YUV67.16165.16199.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 55.26%
GREEN value IS 3 (1.56% from 255) = 0.99%
BLUE value IS 133 (52.34% from 255) = 43.75%
R=55.26%
G=0.99%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168313300.980.210.34312.7396.4933.53
HexA838506215221396022
Octal25032050142254247114042
Binary10101000111000010101100010101011000101001110011100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80385; }

 p { color: rgb(168,3,133); }

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

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

 a { background-color: rgb(168,3,133); }

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

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

 span { border-color: rgb(168,3,133); }

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