Shades of Dark Violet #A300CF
Tints of Dark Violet #A300CF
RGB
CMYK
RGB Variations
Color information
#A300CF (or 0xA300CF) is known color: Dark Violet. HEX triplet: A3, 00 and CF. RGB value is (163,0,207). Sum of RGB (Red+Green+Blue) = 163+0+207=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #A300CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A300CF is #5CFF30. Grayscale: #474747. Windows color (decimal): -6094641 or 13566115. OLE color: 13566115.
HSL color Cylindrical-coordinate representation of color #A300CF: hue angle of 287.25º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A300CF is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 0 | 207 | - |
| CMYK | 0.21 | 1 | 0 | 0.19 |
| HSL | 287.25º | 1% | 0.41% | - |
| HSV(B) | 287.25º | 1% | 0.81% | - |
| XYZ | 26.37 | 12.29 | 60.01 | - |
| YUV | 72.34 | 204 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 207 | 0.21 | 1 | 0 | 0.19 | 287.25 | 1 | 0.41 |
| Hex | A3 | 0 | CF | 15 | 64 | 0 | 13 | 11F | 64 | 29 |
| Octal | 243 | 0 | 317 | 25 | 144 | 0 | 23 | 437 | 144 | 51 |
| Binary | 10100011 | 0 | 11001111 | 10101 | 1100100 | 0 | 10011 | 100011111 | 1100100 | 101001 |
Color Harmonies of #A300CF
Complementary color
Monochromatic Colors of #A300CF
Black with #A300CF
Text Example
Text Example
White with #A300CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A300CF; }
p { color: rgb(163,0,207); }
H1.HeaderClassName
{
color: #A300CF;
}
.AnyTagClassName
{
color: #A300CF;
}
</style>
background-color css
<style>
a { background-color: #A300CF; }
a { background-color: rgb(163,0,207); }
div.DivClassName
{
background-color: #A300CF;
}
.BgClassName
{
background-color: #A300CF;
}
</style>
border-color css
<style>
span { border-color: #A300CF; }
span { border-color: rgb(163,0,207); }
td.TdClassName
{
border-color: #A300CF;
}
.TagClassName
{
border-color: #A300CF;
}
</style>