Shades of Dark Violet #A300D9
Tints of Dark Violet #A300D9
RGB
CMYK
RGB Variations
Color information
#A300D9 (or 0xA300D9) is known color: Dark Violet. HEX triplet: A3, 00 and D9. RGB value is (163,0,217). Sum of RGB (Red+Green+Blue) = 163+0+217=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 0 (0.39% from 255 or 0% from 380); Blue value is 217 (85.16% from 255 or 57.11% from 380); Max value from RGB is 217 - color contains mainly: blue. Hex color #A300D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A300D9 is #5CFF26. Grayscale: #484848. Windows color (decimal): -6094631 or 14221475. OLE color: 14221475.
HSL color Cylindrical-coordinate representation of color #A300D9: hue angle of 285.07º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A300D9 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 0 | 217 | - |
| CMYK | 0.25 | 1 | 0 | 0.15 |
| HSL | 285.07º | 1% | 0.43% | - |
| HSV(B) | 285.07º | 1% | 0.85% | - |
| XYZ | 27.63 | 12.8 | 66.66 | - |
| YUV | 73.48 | 209 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 217 | 0.25 | 1 | 0 | 0.15 | 285.07 | 1 | 0.43 |
| Hex | A3 | 0 | D9 | 19 | 64 | 0 | F | 11D | 64 | 2B |
| Octal | 243 | 0 | 331 | 31 | 144 | 0 | 17 | 435 | 144 | 53 |
| Binary | 10100011 | 0 | 11011001 | 11001 | 1100100 | 0 | 1111 | 100011101 | 1100100 | 101011 |
Color Harmonies of #A300D9
Complementary color
Monochromatic Colors of #A300D9
Black with #A300D9
Text Example
Text Example
White with #A300D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A300D9; }
p { color: rgb(163,0,217); }
H1.HeaderClassName
{
color: #A300D9;
}
.AnyTagClassName
{
color: #A300D9;
}
</style>
background-color css
<style>
a { background-color: #A300D9; }
a { background-color: rgb(163,0,217); }
div.DivClassName
{
background-color: #A300D9;
}
.BgClassName
{
background-color: #A300D9;
}
</style>
border-color css
<style>
span { border-color: #A300D9; }
span { border-color: rgb(163,0,217); }
td.TdClassName
{
border-color: #A300D9;
}
.TagClassName
{
border-color: #A300D9;
}
</style>