Shades of Dark Violet #A300DD
Tints of Dark Violet #A300DD
RGB
CMYK
RGB Variations
Color information
#A300DD (or 0xA300DD) is known color: Dark Violet. HEX triplet: A3, 00 and DD. RGB value is (163,0,221). Sum of RGB (Red+Green+Blue) = 163+0+221=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 0 (0.39% from 255 or 0% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #A300DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A300DD is #5CFF22. Grayscale: #494949. Windows color (decimal): -6094627 or 14483619. OLE color: 14483619.
HSL color Cylindrical-coordinate representation of color #A300DD: hue angle of 284.25º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A300DD is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 0 | 221 | - |
| CMYK | 0.26 | 1 | 0 | 0.13 |
| HSL | 284.25º | 1% | 0.43% | - |
| HSV(B) | 284.25º | 1% | 0.87% | - |
| XYZ | 28.16 | 13.01 | 69.43 | - |
| YUV | 73.93 | 211 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 221 | 0.26 | 1 | 0 | 0.13 | 284.25 | 1 | 0.43 |
| Hex | A3 | 0 | DD | 1A | 64 | 0 | D | 11C | 64 | 2B |
| Octal | 243 | 0 | 335 | 32 | 144 | 0 | 15 | 434 | 144 | 53 |
| Binary | 10100011 | 0 | 11011101 | 11010 | 1100100 | 0 | 1101 | 100011100 | 1100100 | 101011 |
Color Harmonies of #A300DD
Complementary color
Monochromatic Colors of #A300DD
Black with #A300DD
Text Example
Text Example
White with #A300DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A300DD; }
p { color: rgb(163,0,221); }
H1.HeaderClassName
{
color: #A300DD;
}
.AnyTagClassName
{
color: #A300DD;
}
</style>
background-color css
<style>
a { background-color: #A300DD; }
a { background-color: rgb(163,0,221); }
div.DivClassName
{
background-color: #A300DD;
}
.BgClassName
{
background-color: #A300DD;
}
</style>
border-color css
<style>
span { border-color: #A300DD; }
span { border-color: rgb(163,0,221); }
td.TdClassName
{
border-color: #A300DD;
}
.TagClassName
{
border-color: #A300DD;
}
</style>