#A90C92

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

Shades of Dark Magenta #A90C92

Tints of Dark Magenta #A90C92

Color information

#A90C92 (or 0xA90C92) is unknown color: approx Dark Magenta. HEX triplet: A9, 0C and 92. RGB value is (169,12,146). Sum of RGB (Red+Green+Blue) = 169+12+146=327 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.68% from 327); Green value is 12 (5.08% from 255 or 3.67% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 169 - color contains mainly: red. Hex color #A90C92 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90C92 is #56F36D. Grayscale: #494949. Windows color (decimal): -5698414 or 9571497. OLE color: 9571497.

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

Color convert

RGB16912146-
CMYK00.930.140.34
HSL308.79º86.74%35.49%-
HSV(B)308.79º92.9%66.27%-
XYZ21.6810.7728.13-
YUV74.22168.51195.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.68%
GREEN value IS 12 (5.08% from 255) = 3.67%
BLUE value IS 146 (57.42% from 255) = 44.65%
R=51.68%
G=3.67%
B=44.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691214600.930.140.34308.7986.7435.49
HexA9C9205DE221355723
Octal251142220135164246512743
Binary101010011100100100100101110111101000101001101011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90C92; }

 p { color: rgb(169,12,146); }

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

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

 a { background-color: rgb(169,12,146); }

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

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

 span { border-color: rgb(169,12,146); }

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