Shades of Dark Violet #A305B3
Tints of Dark Violet #A305B3
RGB
CMYK
RGB Variations
Color information
#A305B3 (or 0xA305B3) is known color: Dark Violet. HEX triplet: A3, 05 and B3. RGB value is (163,5,179). Sum of RGB (Red+Green+Blue) = 163+5+179=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 179 (70.31% from 255 or 51.59% from 347); Max value from RGB is 179 - color contains mainly: blue. Hex color #A305B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A305B3 is #5CFA4C. Grayscale: #474747. Windows color (decimal): -6093389 or 11732387. OLE color: 11732387.
HSL color Cylindrical-coordinate representation of color #A305B3: hue angle of 294.48º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A305B3 is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 5 | 179 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.30 |
| HSL | 294.48º | 0.95% | 0.36% | - |
| HSV(B) | 294.48º | 0.97% | 0.7% | - |
| XYZ | 23.3 | 11.15 | 43.57 | - |
| YUV | 72.08 | 188.35 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 5 | 179 | 0.09 | 0.97 | 0 | 0.30 | 294.48 | 0.95 | 0.36 |
| Hex | A3 | 5 | B3 | 9 | 61 | 0 | 1E | 126 | 5F | 24 |
| Octal | 243 | 5 | 263 | 11 | 141 | 0 | 36 | 446 | 137 | 44 |
| Binary | 10100011 | 101 | 10110011 | 1001 | 1100001 | 0 | 11110 | 100100110 | 1011111 | 100100 |
Color Harmonies of #A305B3
Complementary color
Monochromatic Colors of #A305B3
Black with #A305B3
Text Example
Text Example
White with #A305B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A305B3; }
p { color: rgb(163,5,179); }
H1.HeaderClassName
{
color: #A305B3;
}
.AnyTagClassName
{
color: #A305B3;
}
</style>
background-color css
<style>
a { background-color: #A305B3; }
a { background-color: rgb(163,5,179); }
div.DivClassName
{
background-color: #A305B3;
}
.BgClassName
{
background-color: #A305B3;
}
</style>
border-color css
<style>
span { border-color: #A305B3; }
span { border-color: rgb(163,5,179); }
td.TdClassName
{
border-color: #A305B3;
}
.TagClassName
{
border-color: #A305B3;
}
</style>