Shades of Dark Violet #A303CD
Tints of Dark Violet #A303CD
RGB
CMYK
RGB Variations
Color information
#A303CD (or 0xA303CD) is known color: Dark Violet. HEX triplet: A3, 03 and CD. RGB value is (163,3,205). Sum of RGB (Red+Green+Blue) = 163+3+205=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #A303CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A303CD is #5CFC32. Grayscale: #494949. Windows color (decimal): -6093875 or 13435811. OLE color: 13435811.
HSL color Cylindrical-coordinate representation of color #A303CD: hue angle of 287.52º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A303CD is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 3 | 205 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.20 |
| HSL | 287.52º | 0.97% | 0.41% | - |
| HSV(B) | 287.52º | 0.99% | 0.8% | - |
| XYZ | 26.16 | 12.26 | 58.75 | - |
| YUV | 73.87 | 202.01 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 3 | 205 | 0.20 | 0.99 | 0 | 0.20 | 287.52 | 0.97 | 0.41 |
| Hex | A3 | 3 | CD | 14 | 63 | 0 | 14 | 120 | 61 | 29 |
| Octal | 243 | 3 | 315 | 24 | 143 | 0 | 24 | 440 | 141 | 51 |
| Binary | 10100011 | 11 | 11001101 | 10100 | 1100011 | 0 | 10100 | 100100000 | 1100001 | 101001 |
Color Harmonies of #A303CD
Complementary color
Monochromatic Colors of #A303CD
Black with #A303CD
Text Example
Text Example
White with #A303CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A303CD; }
p { color: rgb(163,3,205); }
H1.HeaderClassName
{
color: #A303CD;
}
.AnyTagClassName
{
color: #A303CD;
}
</style>
background-color css
<style>
a { background-color: #A303CD; }
a { background-color: rgb(163,3,205); }
div.DivClassName
{
background-color: #A303CD;
}
.BgClassName
{
background-color: #A303CD;
}
</style>
border-color css
<style>
span { border-color: #A303CD; }
span { border-color: rgb(163,3,205); }
td.TdClassName
{
border-color: #A303CD;
}
.TagClassName
{
border-color: #A303CD;
}
</style>