Shades of Dark Violet #A303B7
Tints of Dark Violet #A303B7
RGB
CMYK
RGB Variations
Color information
#A303B7 (or 0xA303B7) is known color: Dark Violet. HEX triplet: A3, 03 and B7. RGB value is (163,3,183). Sum of RGB (Red+Green+Blue) = 163+3+183=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 3 (1.56% from 255 or 0.86% from 349); Blue value is 183 (71.88% from 255 or 52.44% from 349); Max value from RGB is 183 - color contains mainly: blue. Hex color #A303B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A303B7 is #5CFC48. Grayscale: #464646. Windows color (decimal): -6093897 or 11994019. OLE color: 11994019.
HSL color Cylindrical-coordinate representation of color #A303B7: hue angle of 293.33º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A303B7 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 3 | 183 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.28 |
| HSL | 293.33º | 0.97% | 0.36% | - |
| HSV(B) | 293.33º | 0.98% | 0.72% | - |
| XYZ | 23.68 | 11.27 | 45.73 | - |
| YUV | 71.36 | 191.01 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 183 | 0.11 | 0.98 | 0 | 0.28 | 293.33 | 0.97 | 0.36 |
| Hex | A3 | 3 | B7 | B | 62 | 0 | 1C | 125 | 61 | 24 |
| Octal | 243 | 3 | 267 | 13 | 142 | 0 | 34 | 445 | 141 | 44 |
| Binary | 10100011 | 11 | 10110111 | 1011 | 1100010 | 0 | 11100 | 100100101 | 1100001 | 100100 |
Color Harmonies of #A303B7
Complementary color
Monochromatic Colors of #A303B7
Black with #A303B7
Text Example
Text Example
White with #A303B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A303B7; }
p { color: rgb(163,3,183); }
H1.HeaderClassName
{
color: #A303B7;
}
.AnyTagClassName
{
color: #A303B7;
}
</style>
background-color css
<style>
a { background-color: #A303B7; }
a { background-color: rgb(163,3,183); }
div.DivClassName
{
background-color: #A303B7;
}
.BgClassName
{
background-color: #A303B7;
}
</style>
border-color css
<style>
span { border-color: #A303B7; }
span { border-color: rgb(163,3,183); }
td.TdClassName
{
border-color: #A303B7;
}
.TagClassName
{
border-color: #A303B7;
}
</style>