#A90094

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

Shades of Dark Magenta #A90094

Tints of Dark Magenta #A90094

Color information

#A90094 (or 0xA90094) is unknown color: approx Dark Magenta. HEX triplet: A9, 00 and 94. RGB value is (169,0,148). Sum of RGB (Red+Green+Blue) = 169+0+148=317 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.31% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 169 - color contains mainly: red. Hex color #A90094 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A90094 is #56FF6B. Grayscale: #424242. Windows color (decimal): -5701484 or 9699497. OLE color: 9699497.

HSL color Cylindrical-coordinate representation of color #A90094: hue angle of 307.46º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A90094 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB1690148-
CMYK010.120.34
HSL307.46º100%33.14%-
HSV(B)307.46º100%66.27%-
XYZ21.7110.5728.91-
YUV67.4173.49200.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 53.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 148 (58.20% from 255) = 46.69%
R=53.31%
G=0%
B=46.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1690148010.120.34307.4610033.14
HexA9094064C221336421
Octal25102240144144246314441
Binary101010010100101000110010011001000101001100111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90094; }

 p { color: rgb(169,0,148); }

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

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

 a { background-color: rgb(169,0,148); }

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

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

 span { border-color: rgb(169,0,148); }

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