Shades of Dark Violet #A300CC
Tints of Dark Violet #A300CC
RGB
CMYK
RGB Variations
Color information
#A300CC (or 0xA300CC) is known color: Dark Violet. HEX triplet: A3, 00 and CC. RGB value is (163,0,204). Sum of RGB (Red+Green+Blue) = 163+0+204=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #A300CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A300CC is #5CFF33. Grayscale: #474747. Windows color (decimal): -6094644 or 13369507. OLE color: 13369507.
HSL color Cylindrical-coordinate representation of color #A300CC: hue angle of 287.94º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A300CC is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 163 | 0 | 204 | - |
| CMYK | 0.20 | 1 | 0 | 0.2 |
| HSL | 287.94º | 1% | 0.4% | - |
| HSV(B) | 287.94º | 1% | 0.8% | - |
| XYZ | 26 | 12.15 | 58.1 | - |
| YUV | 71.99 | 202.5 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 204 | 0.20 | 1 | 0 | 0.2 | 287.94 | 1 | 0.4 |
| Hex | A3 | 0 | CC | 14 | 64 | 0 | 14 | 120 | 64 | 28 |
| Octal | 243 | 0 | 314 | 24 | 144 | 0 | 24 | 440 | 144 | 50 |
| Binary | 10100011 | 0 | 11001100 | 10100 | 1100100 | 0 | 10100 | 100100000 | 1100100 | 101000 |
Color Harmonies of #A300CC
Complementary color
Monochromatic Colors of #A300CC
Black with #A300CC
Text Example
Text Example
White with #A300CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A300CC; }
p { color: rgb(163,0,204); }
H1.HeaderClassName
{
color: #A300CC;
}
.AnyTagClassName
{
color: #A300CC;
}
</style>
background-color css
<style>
a { background-color: #A300CC; }
a { background-color: rgb(163,0,204); }
div.DivClassName
{
background-color: #A300CC;
}
.BgClassName
{
background-color: #A300CC;
}
</style>
border-color css
<style>
span { border-color: #A300CC; }
span { border-color: rgb(163,0,204); }
td.TdClassName
{
border-color: #A300CC;
}
.TagClassName
{
border-color: #A300CC;
}
</style>