Shades of Dark Violet #A308C7
Tints of Dark Violet #A308C7
RGB
CMYK
RGB Variations
Color information
#A308C7 (or 0xA308C7) is known color: Dark Violet. HEX triplet: A3, 08 and C7. RGB value is (163,8,199). Sum of RGB (Red+Green+Blue) = 163+8+199=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 8 (3.52% from 255 or 2.16% from 370); Blue value is 199 (78.12% from 255 or 53.78% from 370); Max value from RGB is 199 - color contains mainly: blue. Hex color #A308C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A308C7 is #5CF738. Grayscale: #4B4B4B. Windows color (decimal): -6092601 or 13043875. OLE color: 13043875.
HSL color Cylindrical-coordinate representation of color #A308C7: hue angle of 288.69º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A308C7 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 8 | 199 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.22 |
| HSL | 288.69º | 0.92% | 0.41% | - |
| HSV(B) | 288.69º | 0.96% | 0.78% | - |
| XYZ | 25.5 | 12.08 | 55.02 | - |
| YUV | 76.12 | 197.35 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 199 | 0.18 | 0.96 | 0 | 0.22 | 288.69 | 0.92 | 0.41 |
| Hex | A3 | 8 | C7 | 12 | 60 | 0 | 16 | 121 | 5C | 29 |
| Octal | 243 | 10 | 307 | 22 | 140 | 0 | 26 | 441 | 134 | 51 |
| Binary | 10100011 | 1000 | 11000111 | 10010 | 1100000 | 0 | 10110 | 100100001 | 1011100 | 101001 |
Color Harmonies of #A308C7
Complementary color
Monochromatic Colors of #A308C7
Black with #A308C7
Text Example
Text Example
White with #A308C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A308C7; }
p { color: rgb(163,8,199); }
H1.HeaderClassName
{
color: #A308C7;
}
.AnyTagClassName
{
color: #A308C7;
}
</style>
background-color css
<style>
a { background-color: #A308C7; }
a { background-color: rgb(163,8,199); }
div.DivClassName
{
background-color: #A308C7;
}
.BgClassName
{
background-color: #A308C7;
}
</style>
border-color css
<style>
span { border-color: #A308C7; }
span { border-color: rgb(163,8,199); }
td.TdClassName
{
border-color: #A308C7;
}
.TagClassName
{
border-color: #A308C7;
}
</style>