Shades of Deep Magenta #A901B3
Tints of Deep Magenta #A901B3
RGB
CMYK
RGB Variations
Color information
#A901B3 (or 0xA901B3) is known color: Deep Magenta. HEX triplet: A9, 01 and B3. RGB value is (169,1,179). Sum of RGB (Red+Green+Blue) = 169+1+179=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 179 (70.31% from 255 or 51.29% from 349); Max value from RGB is 179 - color contains mainly: blue. Hex color #A901B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A901B3 is #56FE4C. Grayscale: #464646. Windows color (decimal): -5701197 or 11731369. OLE color: 11731369.
HSL color Cylindrical-coordinate representation of color #A901B3: hue angle of 296.63º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A901B3 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 1 | 179 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.30 |
| HSL | 296.63º | 0.99% | 0.35% | - |
| HSV(B) | 296.63º | 0.99% | 0.7% | - |
| XYZ | 24.51 | 11.71 | 43.62 | - |
| YUV | 71.52 | 188.66 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 1 | 179 | 0.06 | 0.99 | 0 | 0.30 | 296.63 | 0.99 | 0.35 |
| Hex | A9 | 1 | B3 | 6 | 63 | 0 | 1E | 129 | 63 | 23 |
| Octal | 251 | 1 | 263 | 6 | 143 | 0 | 36 | 451 | 143 | 43 |
| Binary | 10101001 | 1 | 10110011 | 110 | 1100011 | 0 | 11110 | 100101001 | 1100011 | 100011 |
Color Harmonies of #A901B3
Complementary color
Monochromatic Colors of #A901B3
Black with #A901B3
Text Example
Text Example
White with #A901B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A901B3; }
p { color: rgb(169,1,179); }
H1.HeaderClassName
{
color: #A901B3;
}
.AnyTagClassName
{
color: #A901B3;
}
</style>
background-color css
<style>
a { background-color: #A901B3; }
a { background-color: rgb(169,1,179); }
div.DivClassName
{
background-color: #A901B3;
}
.BgClassName
{
background-color: #A901B3;
}
</style>
border-color css
<style>
span { border-color: #A901B3; }
span { border-color: rgb(169,1,179); }
td.TdClassName
{
border-color: #A901B3;
}
.TagClassName
{
border-color: #A901B3;
}
</style>