#a70b9d

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

Shades of Dark Magenta #A70B9D

Tints of Dark Magenta #A70B9D

Color information

#A70B9D (or 0xA70B9D) is unknown color: approx Dark Magenta. HEX triplet: A7, 0B and 9D. RGB value is (167,11,157). Sum of RGB (Red+Green+Blue) = 167+11+157=335 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.85% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 167 - color contains mainly: red. Hex color #A70B9D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70B9D is #58F462. Grayscale: #494949. Windows color (decimal): -5829731 or 10292135. OLE color: 10292135.

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

Color convert

RGB16711157-
CMYK00.930.060.35
HSL303.85º87.64%34.9%-
HSV(B)303.85º93.41%65.49%-
XYZ22.1410.8932.83-
YUV74.29174.68194.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.85%
GREEN value IS 11 (4.69% from 255) = 3.28%
BLUE value IS 157 (61.72% from 255) = 46.87%
R=49.85%
G=3.28%
B=46.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671115700.930.060.35303.8587.6434.9
HexA7B9D05D6231305823
Octal24713235013564346013043
Binary10100111101110011101010111011101000111001100001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a70b9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a70b9d; }

 p { color: rgb(167,11,157); }

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

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

 a { background-color: rgb(167,11,157); }

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

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

 span { border-color: rgb(167,11,157); }

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