Shades of Dark Violet #A305BD
Tints of Dark Violet #A305BD
RGB
CMYK
RGB Variations
Color information
#A305BD (or 0xA305BD) is known color: Dark Violet. HEX triplet: A3, 05 and BD. RGB value is (163,5,189). Sum of RGB (Red+Green+Blue) = 163+5+189=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #A305BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A305BD is #5CFA42. Grayscale: #484848. Windows color (decimal): -6093379 or 12387747. OLE color: 12387747.
HSL color Cylindrical-coordinate representation of color #A305BD: hue angle of 291.52º 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 #A305BD is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 163 | 5 | 189 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.26 |
| HSL | 291.52º | 0.95% | 0.38% | - |
| HSV(B) | 291.52º | 0.97% | 0.74% | - |
| XYZ | 24.34 | 11.57 | 49.09 | - |
| YUV | 73.22 | 193.35 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 189 | 0.14 | 0.97 | 0 | 0.26 | 291.52 | 0.95 | 0.38 |
| Hex | A3 | 5 | BD | E | 61 | 0 | 1A | 124 | 5F | 26 |
| Octal | 243 | 5 | 275 | 16 | 141 | 0 | 32 | 444 | 137 | 46 |
| Binary | 10100011 | 101 | 10111101 | 1110 | 1100001 | 0 | 11010 | 100100100 | 1011111 | 100110 |
Color Harmonies of #A305BD
Complementary color
Monochromatic Colors of #A305BD
Black with #A305BD
Text Example
Text Example
White with #A305BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A305BD; }
p { color: rgb(163,5,189); }
H1.HeaderClassName
{
color: #A305BD;
}
.AnyTagClassName
{
color: #A305BD;
}
</style>
background-color css
<style>
a { background-color: #A305BD; }
a { background-color: rgb(163,5,189); }
div.DivClassName
{
background-color: #A305BD;
}
.BgClassName
{
background-color: #A305BD;
}
</style>
border-color css
<style>
span { border-color: #A305BD; }
span { border-color: rgb(163,5,189); }
td.TdClassName
{
border-color: #A305BD;
}
.TagClassName
{
border-color: #A305BD;
}
</style>