Shades of Dark Violet #A307BC
Tints of Dark Violet #A307BC
RGB
CMYK
RGB Variations
Color information
#A307BC (or 0xA307BC) is known color: Dark Violet. HEX triplet: A3, 07 and BC. RGB value is (163,7,188). Sum of RGB (Red+Green+Blue) = 163+7+188=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 7 (3.12% from 255 or 1.96% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #A307BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A307BC is #5CF843. Grayscale: #494949. Windows color (decimal): -6092868 or 12322723. OLE color: 12322723.
HSL color Cylindrical-coordinate representation of color #A307BC: hue angle of 291.71º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A307BC is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 7 | 188 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.26 |
| HSL | 291.71º | 0.93% | 0.38% | - |
| HSV(B) | 291.71º | 0.96% | 0.74% | - |
| XYZ | 24.26 | 11.57 | 48.53 | - |
| YUV | 74.28 | 192.18 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 7 | 188 | 0.13 | 0.96 | 0 | 0.26 | 291.71 | 0.93 | 0.38 |
| Hex | A3 | 7 | BC | D | 60 | 0 | 1A | 124 | 5D | 26 |
| Octal | 243 | 7 | 274 | 15 | 140 | 0 | 32 | 444 | 135 | 46 |
| Binary | 10100011 | 111 | 10111100 | 1101 | 1100000 | 0 | 11010 | 100100100 | 1011101 | 100110 |
Color Harmonies of #A307BC
Complementary color
Monochromatic Colors of #A307BC
Black with #A307BC
Text Example
Text Example
White with #A307BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A307BC; }
p { color: rgb(163,7,188); }
H1.HeaderClassName
{
color: #A307BC;
}
.AnyTagClassName
{
color: #A307BC;
}
</style>
background-color css
<style>
a { background-color: #A307BC; }
a { background-color: rgb(163,7,188); }
div.DivClassName
{
background-color: #A307BC;
}
.BgClassName
{
background-color: #A307BC;
}
</style>
border-color css
<style>
span { border-color: #A307BC; }
span { border-color: rgb(163,7,188); }
td.TdClassName
{
border-color: #A307BC;
}
.TagClassName
{
border-color: #A307BC;
}
</style>