#a8169c

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

Shades of Dark Magenta #A8169C

Tints of Dark Magenta #A8169C

Color information

#A8169C (or 0xA8169C) is unknown color: approx Dark Magenta. HEX triplet: A8, 16 and 9C. RGB value is (168,22,156). Sum of RGB (Red+Green+Blue) = 168+22+156=346 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.55% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 168 - color contains mainly: red. Hex color #A8169C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8169C is #57E963. Grayscale: #505050. Windows color (decimal): -5761380 or 10229416. OLE color: 10229416.

HSL color Cylindrical-coordinate representation of color #A8169C: hue angle of 304.93º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A8169C is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB16822156-
CMYK00.870.070.34
HSL304.93º76.84%37.25%-
HSV(B)304.93º86.9%65.88%-
XYZ22.4411.332.45-
YUV80.93170.37190.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.55%
GREEN value IS 22 (8.98% from 255) = 6.36%
BLUE value IS 156 (61.33% from 255) = 45.09%
R=48.55%
G=6.36%
B=45.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1682215600.870.070.34304.9376.8437.25
HexA8169C0577221314d25
Octal25026234012774246111545
Binary101010001011010011100010101111111000101001100011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8169c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8169c; }

 p { color: rgb(168,22,156); }

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

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

 a { background-color: rgb(168,22,156); }

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

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

 span { border-color: rgb(168,22,156); }

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