Shades of Dark Violet #A303BE
Tints of Dark Violet #A303BE
RGB
CMYK
RGB Variations
Color information
#A303BE (or 0xA303BE) is known color: Dark Violet. HEX triplet: A3, 03 and BE. RGB value is (163,3,190). Sum of RGB (Red+Green+Blue) = 163+3+190=356 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.79% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #A303BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A303BE is #5CFC41. Grayscale: #474747. Windows color (decimal): -6093890 or 12452771. OLE color: 12452771.
HSL color Cylindrical-coordinate representation of color #A303BE: hue angle of 291.34º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A303BE is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 3 | 190 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.25 |
| HSL | 291.34º | 0.97% | 0.38% | - |
| HSV(B) | 291.34º | 0.98% | 0.75% | - |
| XYZ | 24.43 | 11.57 | 49.66 | - |
| YUV | 72.16 | 194.51 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 190 | 0.14 | 0.98 | 0 | 0.25 | 291.34 | 0.97 | 0.38 |
| Hex | A3 | 3 | BE | E | 62 | 0 | 19 | 123 | 61 | 26 |
| Octal | 243 | 3 | 276 | 16 | 142 | 0 | 31 | 443 | 141 | 46 |
| Binary | 10100011 | 11 | 10111110 | 1110 | 1100010 | 0 | 11001 | 100100011 | 1100001 | 100110 |
Color Harmonies of #A303BE
Complementary color
Monochromatic Colors of #A303BE
Black with #A303BE
Text Example
Text Example
White with #A303BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A303BE; }
p { color: rgb(163,3,190); }
H1.HeaderClassName
{
color: #A303BE;
}
.AnyTagClassName
{
color: #A303BE;
}
</style>
background-color css
<style>
a { background-color: #A303BE; }
a { background-color: rgb(163,3,190); }
div.DivClassName
{
background-color: #A303BE;
}
.BgClassName
{
background-color: #A303BE;
}
</style>
border-color css
<style>
span { border-color: #A303BE; }
span { border-color: rgb(163,3,190); }
td.TdClassName
{
border-color: #A303BE;
}
.TagClassName
{
border-color: #A303BE;
}
</style>