Shades of Dark Violet #A300C7
Tints of Dark Violet #A300C7
RGB
CMYK
RGB Variations
Color information
#A300C7 (or 0xA300C7) is known color: Dark Violet. HEX triplet: A3, 00 and C7. RGB value is (163,0,199). Sum of RGB (Red+Green+Blue) = 163+0+199=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 199 (78.12% from 255 or 54.97% from 362); Max value from RGB is 199 - color contains mainly: blue. Hex color #A300C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A300C7 is #5CFF38. Grayscale: #464646. Windows color (decimal): -6094649 or 13041827. OLE color: 13041827.
HSL color Cylindrical-coordinate representation of color #A300C7: hue angle of 289.15º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A300C7 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 0 | 199 | - |
| CMYK | 0.18 | 1 | 0 | 0.22 |
| HSL | 289.15º | 1% | 0.39% | - |
| HSV(B) | 289.15º | 1% | 0.78% | - |
| XYZ | 25.41 | 11.91 | 54.99 | - |
| YUV | 71.42 | 200 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 199 | 0.18 | 1 | 0 | 0.22 | 289.15 | 1 | 0.39 |
| Hex | A3 | 0 | C7 | 12 | 64 | 0 | 16 | 121 | 64 | 27 |
| Octal | 243 | 0 | 307 | 22 | 144 | 0 | 26 | 441 | 144 | 47 |
| Binary | 10100011 | 0 | 11000111 | 10010 | 1100100 | 0 | 10110 | 100100001 | 1100100 | 100111 |
Color Harmonies of #A300C7
Complementary color
Monochromatic Colors of #A300C7
Black with #A300C7
Text Example
Text Example
White with #A300C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A300C7; }
p { color: rgb(163,0,199); }
H1.HeaderClassName
{
color: #A300C7;
}
.AnyTagClassName
{
color: #A300C7;
}
</style>
background-color css
<style>
a { background-color: #A300C7; }
a { background-color: rgb(163,0,199); }
div.DivClassName
{
background-color: #A300C7;
}
.BgClassName
{
background-color: #A300C7;
}
</style>
border-color css
<style>
span { border-color: #A300C7; }
span { border-color: rgb(163,0,199); }
td.TdClassName
{
border-color: #A300C7;
}
.TagClassName
{
border-color: #A300C7;
}
</style>