#A7099C

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

Shades of Dark Magenta #A7099C

Tints of Dark Magenta #A7099C

Color information

#A7099C (or 0xA7099C) is unknown color: approx Dark Magenta. HEX triplet: A7, 09 and 9C. RGB value is (167,9,156). Sum of RGB (Red+Green+Blue) = 167+9+156=332 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.30% from 332); Green value is 9 (3.91% from 255 or 2.71% from 332); Blue value is 156 (61.33% from 255 or 46.99% from 332); Max value from RGB is 167 - color contains mainly: red. Hex color #A7099C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7099C is #58F663. Grayscale: #484848. Windows color (decimal): -5830244 or 10226087. OLE color: 10226087.

HSL color Cylindrical-coordinate representation of color #A7099C: hue angle of 304.18º 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 #A7099C is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB1679156-
CMYK00.950.070.35
HSL304.18º89.77%34.51%-
HSV(B)304.18º94.61%65.49%-
XYZ22.0310.8132.38-
YUV73174.85195.05-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.30%
GREEN value IS 9 (3.91% from 255) = 2.71%
BLUE value IS 156 (61.33% from 255) = 46.99%
R=50.30%
G=2.71%
B=46.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167915600.950.070.35304.1889.7734.51
HexA799C05F7231305a23
Octal24711234013774346013243
Binary10100111100110011100010111111111000111001100001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7099C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7099C; }

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

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

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

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

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

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

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

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