Shades of Dark Violet #A305B0
Tints of Dark Violet #A305B0
RGB
CMYK
RGB Variations
Color information
#A305B0 (or 0xA305B0) is known color: Dark Violet. HEX triplet: A3, 05 and B0. RGB value is (163,5,176). Sum of RGB (Red+Green+Blue) = 163+5+176=344 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.38% from 344); Green value is 5 (2.34% from 255 or 1.45% from 344); Blue value is 176 (69.14% from 255 or 51.16% from 344); Max value from RGB is 176 - color contains mainly: blue. Hex color #A305B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A305B0 is #5CFA4F. Grayscale: #474747. Windows color (decimal): -6093392 or 11535779. OLE color: 11535779.
HSL color Cylindrical-coordinate representation of color #A305B0: hue angle of 295.44º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A305B0 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 5 | 176 | - |
| CMYK | 0.07 | 0.97 | 0 | 0.31 |
| HSL | 295.44º | 0.94% | 0.35% | - |
| HSV(B) | 295.44º | 0.97% | 0.69% | - |
| XYZ | 23 | 11.03 | 41.99 | - |
| YUV | 71.74 | 186.85 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 176 | 0.07 | 0.97 | 0 | 0.31 | 295.44 | 0.94 | 0.35 |
| Hex | A3 | 5 | B0 | 7 | 61 | 0 | 1F | 127 | 5E | 23 |
| Octal | 243 | 5 | 260 | 7 | 141 | 0 | 37 | 447 | 136 | 43 |
| Binary | 10100011 | 101 | 10110000 | 111 | 1100001 | 0 | 11111 | 100100111 | 1011110 | 100011 |
Color Harmonies of #A305B0
Complementary color
Monochromatic Colors of #A305B0
Black with #A305B0
Text Example
Text Example
White with #A305B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A305B0; }
p { color: rgb(163,5,176); }
H1.HeaderClassName
{
color: #A305B0;
}
.AnyTagClassName
{
color: #A305B0;
}
</style>
background-color css
<style>
a { background-color: #A305B0; }
a { background-color: rgb(163,5,176); }
div.DivClassName
{
background-color: #A305B0;
}
.BgClassName
{
background-color: #A305B0;
}
</style>
border-color css
<style>
span { border-color: #A305B0; }
span { border-color: rgb(163,5,176); }
td.TdClassName
{
border-color: #A305B0;
}
.TagClassName
{
border-color: #A305B0;
}
</style>