#A904B3

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

Shades of Deep Magenta #A904B3

Tints of Deep Magenta #A904B3

Color information

#A904B3 (or 0xA904B3) is unknown color: approx Deep Magenta. HEX triplet: A9, 04 and B3. RGB value is (169,4,179). Sum of RGB (Red+Green+Blue) = 169+4+179=352 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.01% from 352); Green value is 4 (1.95% from 255 or 1.14% from 352); Blue value is 179 (70.31% from 255 or 50.85% from 352); Max value from RGB is 179 - color contains mainly: blue. Hex color #A904B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A904B3 is #56FB4C. Grayscale: #484848. Windows color (decimal): -5700429 or 11732137. OLE color: 11732137.

HSL color Cylindrical-coordinate representation of color #A904B3: hue angle of 296.57º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A904B3 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1694179-
CMYK0.060.9800.30
HSL296.57º95.63%35.88%-
HSV(B)296.57º97.77%70.2%-
XYZ24.5411.7843.63-
YUV73.28187.66196.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.01%
GREEN value IS 4 (1.95% from 255) = 1.14%
BLUE value IS 179 (70.31% from 255) = 50.85%
R=48.01%
G=1.14%
B=50.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal16941790.060.9800.30296.5795.6335.88
HexA94B366201E1296024
Octal2514263614203645114044
Binary101010011001011001111011000100111101001010011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A904B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A904B3; }

 p { color: rgb(169,4,179); }

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

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

 a { background-color: rgb(169,4,179); }

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

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

 span { border-color: rgb(169,4,179); }

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