Shades of Dark Violet #A303D6
Tints of Dark Violet #A303D6
RGB
CMYK
RGB Variations
Color information
#A303D6 (or 0xA303D6) is known color: Dark Violet. HEX triplet: A3, 03 and D6. RGB value is (163,3,214). Sum of RGB (Red+Green+Blue) = 163+3+214=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 3 (1.56% from 255 or 0.79% from 380); Blue value is 214 (83.98% from 255 or 56.32% from 380); Max value from RGB is 214 - color contains mainly: blue. Hex color #A303D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A303D6 is #5CFC29. Grayscale: #4A4A4A. Windows color (decimal): -6093866 or 14025635. OLE color: 14025635.
HSL color Cylindrical-coordinate representation of color #A303D6: hue angle of 285.5º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A303D6 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 3 | 214 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.16 |
| HSL | 285.5º | 0.97% | 0.43% | - |
| HSV(B) | 285.5º | 0.99% | 0.84% | - |
| XYZ | 27.27 | 12.71 | 64.63 | - |
| YUV | 74.89 | 206.51 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 214 | 0.24 | 0.99 | 0 | 0.16 | 285.5 | 0.97 | 0.43 |
| Hex | A3 | 3 | D6 | 18 | 63 | 0 | 10 | 11D | 61 | 2B |
| Octal | 243 | 3 | 326 | 30 | 143 | 0 | 20 | 435 | 141 | 53 |
| Binary | 10100011 | 11 | 11010110 | 11000 | 1100011 | 0 | 10000 | 100011101 | 1100001 | 101011 |
Color Harmonies of #A303D6
Complementary color
Monochromatic Colors of #A303D6
Black with #A303D6
Text Example
Text Example
White with #A303D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A303D6; }
p { color: rgb(163,3,214); }
H1.HeaderClassName
{
color: #A303D6;
}
.AnyTagClassName
{
color: #A303D6;
}
</style>
background-color css
<style>
a { background-color: #A303D6; }
a { background-color: rgb(163,3,214); }
div.DivClassName
{
background-color: #A303D6;
}
.BgClassName
{
background-color: #A303D6;
}
</style>
border-color css
<style>
span { border-color: #A303D6; }
span { border-color: rgb(163,3,214); }
td.TdClassName
{
border-color: #A303D6;
}
.TagClassName
{
border-color: #A303D6;
}
</style>