Shades of Dark Violet #A304DD
Tints of Dark Violet #A304DD
RGB
CMYK
RGB Variations
Color information
#A304DD (or 0xA304DD) is known color: Dark Violet. HEX triplet: A3, 04 and DD. RGB value is (163,4,221). Sum of RGB (Red+Green+Blue) = 163+4+221=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 4 (1.95% from 255 or 1.03% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #A304DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A304DD is #5CFB22. Grayscale: #4B4B4B. Windows color (decimal): -6093603 or 14484643. OLE color: 14484643.
HSL color Cylindrical-coordinate representation of color #A304DD: hue angle of 283.96º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A304DD is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 4 | 221 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.13 |
| HSL | 283.96º | 0.96% | 0.44% | - |
| HSV(B) | 283.96º | 0.98% | 0.87% | - |
| XYZ | 28.2 | 13.09 | 69.45 | - |
| YUV | 76.28 | 209.68 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 4 | 221 | 0.26 | 0.98 | 0 | 0.13 | 283.96 | 0.96 | 0.44 |
| Hex | A3 | 4 | DD | 1A | 62 | 0 | D | 11C | 60 | 2C |
| Octal | 243 | 4 | 335 | 32 | 142 | 0 | 15 | 434 | 140 | 54 |
| Binary | 10100011 | 100 | 11011101 | 11010 | 1100010 | 0 | 1101 | 100011100 | 1100000 | 101100 |
Color Harmonies of #A304DD
Complementary color
Monochromatic Colors of #A304DD
Black with #A304DD
Text Example
Text Example
White with #A304DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A304DD; }
p { color: rgb(163,4,221); }
H1.HeaderClassName
{
color: #A304DD;
}
.AnyTagClassName
{
color: #A304DD;
}
</style>
background-color css
<style>
a { background-color: #A304DD; }
a { background-color: rgb(163,4,221); }
div.DivClassName
{
background-color: #A304DD;
}
.BgClassName
{
background-color: #A304DD;
}
</style>
border-color css
<style>
span { border-color: #A304DD; }
span { border-color: rgb(163,4,221); }
td.TdClassName
{
border-color: #A304DD;
}
.TagClassName
{
border-color: #A304DD;
}
</style>