Shades of Dark Violet #A301CF
Tints of Dark Violet #A301CF
RGB
CMYK
RGB Variations
Color information
#A301CF (or 0xA301CF) is known color: Dark Violet. HEX triplet: A3, 01 and CF. RGB value is (163,1,207). Sum of RGB (Red+Green+Blue) = 163+1+207=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #A301CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A301CF is #5CFE30. Grayscale: #484848. Windows color (decimal): -6094385 or 13566371. OLE color: 13566371.
HSL color Cylindrical-coordinate representation of color #A301CF: hue angle of 287.18º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A301CF is Cyan = 0.21, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 1 | 207 | - |
| CMYK | 0.21 | 1.00 | 0 | 0.19 |
| HSL | 287.18º | 0.99% | 0.41% | - |
| HSV(B) | 287.18º | 1% | 0.81% | - |
| XYZ | 26.38 | 12.31 | 60.02 | - |
| YUV | 72.92 | 203.67 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 1 | 207 | 0.21 | 1.00 | 0 | 0.19 | 287.18 | 0.99 | 0.41 |
| Hex | A3 | 1 | CF | 15 | 64 | 0 | 13 | 11F | 63 | 29 |
| Octal | 243 | 1 | 317 | 25 | 144 | 0 | 23 | 437 | 143 | 51 |
| Binary | 10100011 | 1 | 11001111 | 10101 | 1100100 | 0 | 10011 | 100011111 | 1100011 | 101001 |
Color Harmonies of #A301CF
Complementary color
Monochromatic Colors of #A301CF
Black with #A301CF
Text Example
Text Example
White with #A301CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A301CF; }
p { color: rgb(163,1,207); }
H1.HeaderClassName
{
color: #A301CF;
}
.AnyTagClassName
{
color: #A301CF;
}
</style>
background-color css
<style>
a { background-color: #A301CF; }
a { background-color: rgb(163,1,207); }
div.DivClassName
{
background-color: #A301CF;
}
.BgClassName
{
background-color: #A301CF;
}
</style>
border-color css
<style>
span { border-color: #A301CF; }
span { border-color: rgb(163,1,207); }
td.TdClassName
{
border-color: #A301CF;
}
.TagClassName
{
border-color: #A301CF;
}
</style>