Shades of Dark Violet #A308DA
Tints of Dark Violet #A308DA
RGB
CMYK
RGB Variations
Color information
#A308DA (or 0xA308DA) is known color: Dark Violet. HEX triplet: A3, 08 and DA. RGB value is (163,8,218). Sum of RGB (Red+Green+Blue) = 163+8+218=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 8 (3.52% from 255 or 2.06% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #A308DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A308DA is #5CF725. Grayscale: #4D4D4D. Windows color (decimal): -6092582 or 14289059. OLE color: 14289059.
HSL color Cylindrical-coordinate representation of color #A308DA: hue angle of 284.29º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A308DA is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 8 | 218 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.15 |
| HSL | 284.29º | 0.93% | 0.44% | - |
| HSV(B) | 284.29º | 0.96% | 0.85% | - |
| XYZ | 27.85 | 13.02 | 67.38 | - |
| YUV | 78.29 | 206.85 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 218 | 0.25 | 0.96 | 0 | 0.15 | 284.29 | 0.93 | 0.44 |
| Hex | A3 | 8 | DA | 19 | 60 | 0 | F | 11C | 5D | 2C |
| Octal | 243 | 10 | 332 | 31 | 140 | 0 | 17 | 434 | 135 | 54 |
| Binary | 10100011 | 1000 | 11011010 | 11001 | 1100000 | 0 | 1111 | 100011100 | 1011101 | 101100 |
Color Harmonies of #A308DA
Complementary color
Monochromatic Colors of #A308DA
Black with #A308DA
Text Example
Text Example
White with #A308DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A308DA; }
p { color: rgb(163,8,218); }
H1.HeaderClassName
{
color: #A308DA;
}
.AnyTagClassName
{
color: #A308DA;
}
</style>
background-color css
<style>
a { background-color: #A308DA; }
a { background-color: rgb(163,8,218); }
div.DivClassName
{
background-color: #A308DA;
}
.BgClassName
{
background-color: #A308DA;
}
</style>
border-color css
<style>
span { border-color: #A308DA; }
span { border-color: rgb(163,8,218); }
td.TdClassName
{
border-color: #A308DA;
}
.TagClassName
{
border-color: #A308DA;
}
</style>