#A70985

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

Shades of Dark Magenta #A70985

Tints of Dark Magenta #A70985

Color information

#A70985 (or 0xA70985) is unknown color: approx Dark Magenta. HEX triplet: A7, 09 and 85. RGB value is (167,9,133). Sum of RGB (Red+Green+Blue) = 167+9+133=309 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.05% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 167 - color contains mainly: red. Hex color #A70985 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70985 is #58F67A. Grayscale: #464646. Windows color (decimal): -5830267 or 8718759. OLE color: 8718759.

HSL color Cylindrical-coordinate representation of color #A70985: hue angle of 312.91º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A70985 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB1679133-
CMYK00.950.200.35
HSL312.91º89.77%34.51%-
HSV(B)312.91º94.61%65.49%-
XYZ20.2710.123.07-
YUV70.38163.35196.92-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 54.05%
GREEN value IS 9 (3.91% from 255) = 2.91%
BLUE value IS 133 (52.34% from 255) = 43.04%
R=54.05%
G=2.91%
B=43.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167913300.950.200.35312.9189.7734.51
HexA798505F14231395a23
Octal247112050137244347113243
Binary1010011110011000010101011111101001000111001110011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70985; }

 p { color: rgb(167,9,133); }

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

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

 a { background-color: rgb(167,9,133); }

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

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

 span { border-color: rgb(167,9,133); }

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