Shades of Dark Violet #A305BC
Tints of Dark Violet #A305BC
RGB
CMYK
RGB Variations
Color information
#A305BC (or 0xA305BC) is known color: Dark Violet. HEX triplet: A3, 05 and BC. RGB value is (163,5,188). Sum of RGB (Red+Green+Blue) = 163+5+188=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #A305BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A305BC is #5CFA43. Grayscale: #484848. Windows color (decimal): -6093380 or 12322211. OLE color: 12322211.
HSL color Cylindrical-coordinate representation of color #A305BC: hue angle of 291.8º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A305BC is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 5 | 188 | - |
| CMYK | 0.13 | 0.97 | 0 | 0.26 |
| HSL | 291.8º | 0.95% | 0.38% | - |
| HSV(B) | 291.8º | 0.97% | 0.74% | - |
| XYZ | 24.24 | 11.53 | 48.52 | - |
| YUV | 73.1 | 192.85 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 188 | 0.13 | 0.97 | 0 | 0.26 | 291.8 | 0.95 | 0.38 |
| Hex | A3 | 5 | BC | D | 61 | 0 | 1A | 124 | 5F | 26 |
| Octal | 243 | 5 | 274 | 15 | 141 | 0 | 32 | 444 | 137 | 46 |
| Binary | 10100011 | 101 | 10111100 | 1101 | 1100001 | 0 | 11010 | 100100100 | 1011111 | 100110 |
Color Harmonies of #A305BC
Complementary color
Monochromatic Colors of #A305BC
Black with #A305BC
Text Example
Text Example
White with #A305BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A305BC; }
p { color: rgb(163,5,188); }
H1.HeaderClassName
{
color: #A305BC;
}
.AnyTagClassName
{
color: #A305BC;
}
</style>
background-color css
<style>
a { background-color: #A305BC; }
a { background-color: rgb(163,5,188); }
div.DivClassName
{
background-color: #A305BC;
}
.BgClassName
{
background-color: #A305BC;
}
</style>
border-color css
<style>
span { border-color: #A305BC; }
span { border-color: rgb(163,5,188); }
td.TdClassName
{
border-color: #A305BC;
}
.TagClassName
{
border-color: #A305BC;
}
</style>