Shades of Dark Violet #A903B8
Tints of Dark Violet #A903B8
RGB
CMYK
RGB Variations
Color information
#A903B8 (or 0xA903B8) is known color: Dark Violet. HEX triplet: A9, 03 and B8. RGB value is (169,3,184). Sum of RGB (Red+Green+Blue) = 169+3+184=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 184 (72.27% from 255 or 51.69% from 356); Max value from RGB is 184 - color contains mainly: blue. Hex color #A903B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A903B8 is #56FC47. Grayscale: #484848. Windows color (decimal): -5700680 or 12059561. OLE color: 12059561.
HSL color Cylindrical-coordinate representation of color #A903B8: hue angle of 295.03º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A903B8 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 169 | 3 | 184 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.28 |
| HSL | 295.03º | 0.97% | 0.37% | - |
| HSV(B) | 295.03º | 0.98% | 0.72% | - |
| XYZ | 25.05 | 11.96 | 46.34 | - |
| YUV | 73.27 | 190.5 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 3 | 184 | 0.08 | 0.98 | 0 | 0.28 | 295.03 | 0.97 | 0.37 |
| Hex | A9 | 3 | B8 | 8 | 62 | 0 | 1C | 127 | 61 | 25 |
| Octal | 251 | 3 | 270 | 10 | 142 | 0 | 34 | 447 | 141 | 45 |
| Binary | 10101001 | 11 | 10111000 | 1000 | 1100010 | 0 | 11100 | 100100111 | 1100001 | 100101 |
Color Harmonies of #A903B8
Complementary color
Monochromatic Colors of #A903B8
Black with #A903B8
Text Example
Text Example
White with #A903B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A903B8; }
p { color: rgb(169,3,184); }
H1.HeaderClassName
{
color: #A903B8;
}
.AnyTagClassName
{
color: #A903B8;
}
</style>
background-color css
<style>
a { background-color: #A903B8; }
a { background-color: rgb(169,3,184); }
div.DivClassName
{
background-color: #A903B8;
}
.BgClassName
{
background-color: #A903B8;
}
</style>
border-color css
<style>
span { border-color: #A903B8; }
span { border-color: rgb(169,3,184); }
td.TdClassName
{
border-color: #A903B8;
}
.TagClassName
{
border-color: #A903B8;
}
</style>