Shades of Dark Violet #A305B7
Tints of Dark Violet #A305B7
RGB
CMYK
RGB Variations
Color information
#A305B7 (or 0xA305B7) is known color: Dark Violet. HEX triplet: A3, 05 and B7. RGB value is (163,5,183). Sum of RGB (Red+Green+Blue) = 163+5+183=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 183 (71.88% from 255 or 52.14% from 351); Max value from RGB is 183 - color contains mainly: blue. Hex color #A305B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A305B7 is #5CFA48. Grayscale: #474747. Windows color (decimal): -6093385 or 11994531. OLE color: 11994531.
HSL color Cylindrical-coordinate representation of color #A305B7: hue angle of 293.26º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A305B7 is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 5 | 183 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.28 |
| HSL | 293.26º | 0.95% | 0.37% | - |
| HSV(B) | 293.26º | 0.97% | 0.72% | - |
| XYZ | 23.71 | 11.31 | 45.73 | - |
| YUV | 72.53 | 190.35 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 183 | 0.11 | 0.97 | 0 | 0.28 | 293.26 | 0.95 | 0.37 |
| Hex | A3 | 5 | B7 | B | 61 | 0 | 1C | 125 | 5F | 25 |
| Octal | 243 | 5 | 267 | 13 | 141 | 0 | 34 | 445 | 137 | 45 |
| Binary | 10100011 | 101 | 10110111 | 1011 | 1100001 | 0 | 11100 | 100100101 | 1011111 | 100101 |
Color Harmonies of #A305B7
Complementary color
Monochromatic Colors of #A305B7
Black with #A305B7
Text Example
Text Example
White with #A305B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A305B7; }
p { color: rgb(163,5,183); }
H1.HeaderClassName
{
color: #A305B7;
}
.AnyTagClassName
{
color: #A305B7;
}
</style>
background-color css
<style>
a { background-color: #A305B7; }
a { background-color: rgb(163,5,183); }
div.DivClassName
{
background-color: #A305B7;
}
.BgClassName
{
background-color: #A305B7;
}
</style>
border-color css
<style>
span { border-color: #A305B7; }
span { border-color: rgb(163,5,183); }
td.TdClassName
{
border-color: #A305B7;
}
.TagClassName
{
border-color: #A305B7;
}
</style>