Shades of Dark Violet #A308C9
Tints of Dark Violet #A308C9
RGB
CMYK
RGB Variations
Color information
#A308C9 (or 0xA308C9) is known color: Dark Violet. HEX triplet: A3, 08 and C9. RGB value is (163,8,201). Sum of RGB (Red+Green+Blue) = 163+8+201=372 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.82% from 372); Green value is 8 (3.52% from 255 or 2.15% from 372); Blue value is 201 (78.91% from 255 or 54.03% from 372); Max value from RGB is 201 - color contains mainly: blue. Hex color #A308C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A308C9 is #5CF736. Grayscale: #4B4B4B. Windows color (decimal): -6092599 or 13174947. OLE color: 13174947.
HSL color Cylindrical-coordinate representation of color #A308C9: hue angle of 288.19º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A308C9 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 8 | 201 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.21 |
| HSL | 288.19º | 0.92% | 0.41% | - |
| HSV(B) | 288.19º | 0.96% | 0.79% | - |
| XYZ | 25.73 | 12.18 | 56.25 | - |
| YUV | 76.35 | 198.35 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 201 | 0.19 | 0.96 | 0 | 0.21 | 288.19 | 0.92 | 0.41 |
| Hex | A3 | 8 | C9 | 13 | 60 | 0 | 15 | 120 | 5C | 29 |
| Octal | 243 | 10 | 311 | 23 | 140 | 0 | 25 | 440 | 134 | 51 |
| Binary | 10100011 | 1000 | 11001001 | 10011 | 1100000 | 0 | 10101 | 100100000 | 1011100 | 101001 |
Color Harmonies of #A308C9
Complementary color
Monochromatic Colors of #A308C9
Black with #A308C9
Text Example
Text Example
White with #A308C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A308C9; }
p { color: rgb(163,8,201); }
H1.HeaderClassName
{
color: #A308C9;
}
.AnyTagClassName
{
color: #A308C9;
}
</style>
background-color css
<style>
a { background-color: #A308C9; }
a { background-color: rgb(163,8,201); }
div.DivClassName
{
background-color: #A308C9;
}
.BgClassName
{
background-color: #A308C9;
}
</style>
border-color css
<style>
span { border-color: #A308C9; }
span { border-color: rgb(163,8,201); }
td.TdClassName
{
border-color: #A308C9;
}
.TagClassName
{
border-color: #A308C9;
}
</style>