Shades of Dark Violet #A300DA
Tints of Dark Violet #A300DA
RGB
CMYK
RGB Variations
Color information
#A300DA (or 0xA300DA) is known color: Dark Violet. HEX triplet: A3, 00 and DA. RGB value is (163,0,218). Sum of RGB (Red+Green+Blue) = 163+0+218=381 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.78% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #A300DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A300DA is #5CFF25. Grayscale: #484848. Windows color (decimal): -6094630 or 14287011. OLE color: 14287011.
HSL color Cylindrical-coordinate representation of color #A300DA: hue angle of 284.86º 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 #A300DA is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 0 | 218 | - |
| CMYK | 0.25 | 1 | 0 | 0.15 |
| HSL | 284.86º | 1% | 0.43% | - |
| HSV(B) | 284.86º | 1% | 0.85% | - |
| XYZ | 27.76 | 12.85 | 67.35 | - |
| YUV | 73.59 | 209.5 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 218 | 0.25 | 1 | 0 | 0.15 | 284.86 | 1 | 0.43 |
| Hex | A3 | 0 | DA | 19 | 64 | 0 | F | 11D | 64 | 2B |
| Octal | 243 | 0 | 332 | 31 | 144 | 0 | 17 | 435 | 144 | 53 |
| Binary | 10100011 | 0 | 11011010 | 11001 | 1100100 | 0 | 1111 | 100011101 | 1100100 | 101011 |
Color Harmonies of #A300DA
Complementary color
Monochromatic Colors of #A300DA
Black with #A300DA
Text Example
Text Example
White with #A300DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A300DA; }
p { color: rgb(163,0,218); }
H1.HeaderClassName
{
color: #A300DA;
}
.AnyTagClassName
{
color: #A300DA;
}
</style>
background-color css
<style>
a { background-color: #A300DA; }
a { background-color: rgb(163,0,218); }
div.DivClassName
{
background-color: #A300DA;
}
.BgClassName
{
background-color: #A300DA;
}
</style>
border-color css
<style>
span { border-color: #A300DA; }
span { border-color: rgb(163,0,218); }
td.TdClassName
{
border-color: #A300DA;
}
.TagClassName
{
border-color: #A300DA;
}
</style>