Shades of Dark Violet #A308DC
Tints of Dark Violet #A308DC
RGB
CMYK
RGB Variations
Color information
#A308DC (or 0xA308DC) is known color: Dark Violet. HEX triplet: A3, 08 and DC. RGB value is (163,8,220). Sum of RGB (Red+Green+Blue) = 163+8+220=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 8 (3.52% from 255 or 2.05% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #A308DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A308DC is #5CF723. Grayscale: #4D4D4D. Windows color (decimal): -6092580 or 14420131. OLE color: 14420131.
HSL color Cylindrical-coordinate representation of color #A308DC: hue angle of 283.87º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A308DC is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 8 | 220 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.14 |
| HSL | 283.87º | 0.93% | 0.45% | - |
| HSV(B) | 283.87º | 0.96% | 0.86% | - |
| XYZ | 28.11 | 13.13 | 68.76 | - |
| YUV | 78.51 | 207.85 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 220 | 0.26 | 0.96 | 0 | 0.14 | 283.87 | 0.93 | 0.45 |
| Hex | A3 | 8 | DC | 1A | 60 | 0 | E | 11C | 5D | 2D |
| Octal | 243 | 10 | 334 | 32 | 140 | 0 | 16 | 434 | 135 | 55 |
| Binary | 10100011 | 1000 | 11011100 | 11010 | 1100000 | 0 | 1110 | 100011100 | 1011101 | 101101 |
Color Harmonies of #A308DC
Complementary color
Monochromatic Colors of #A308DC
Black with #A308DC
Text Example
Text Example
White with #A308DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A308DC; }
p { color: rgb(163,8,220); }
H1.HeaderClassName
{
color: #A308DC;
}
.AnyTagClassName
{
color: #A308DC;
}
</style>
background-color css
<style>
a { background-color: #A308DC; }
a { background-color: rgb(163,8,220); }
div.DivClassName
{
background-color: #A308DC;
}
.BgClassName
{
background-color: #A308DC;
}
</style>
border-color css
<style>
span { border-color: #A308DC; }
span { border-color: rgb(163,8,220); }
td.TdClassName
{
border-color: #A308DC;
}
.TagClassName
{
border-color: #A308DC;
}
</style>