Shades of Dark Violet #A300ED
Tints of Dark Violet #A300ED
RGB
CMYK
RGB Variations
Color information
#A300ED (or 0xA300ED) is known color: Dark Violet. HEX triplet: A3, 00 and ED. RGB value is (163,0,237). Sum of RGB (Red+Green+Blue) = 163+0+237=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 0 (0.39% from 255 or 0% from 400); Blue value is 237 (92.97% from 255 or 59.25% from 400); Max value from RGB is 237 - color contains mainly: blue. Hex color #A300ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A300ED is #5CFF12. Grayscale: #4A4A4A. Windows color (decimal): -6094611 or 15532195. OLE color: 15532195.
HSL color Cylindrical-coordinate representation of color #A300ED: hue angle of 281.27º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A300ED is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 0 | 237 | - |
| CMYK | 0.31 | 1 | 0 | 0.07 |
| HSL | 281.27º | 1% | 0.46% | - |
| HSV(B) | 281.27º | 1% | 0.93% | - |
| XYZ | 30.39 | 13.9 | 81.2 | - |
| YUV | 75.76 | 219 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 237 | 0.31 | 1 | 0 | 0.07 | 281.27 | 1 | 0.46 |
| Hex | A3 | 0 | ED | 1F | 64 | 0 | 7 | 119 | 64 | 2E |
| Octal | 243 | 0 | 355 | 37 | 144 | 0 | 7 | 431 | 144 | 56 |
| Binary | 10100011 | 0 | 11101101 | 11111 | 1100100 | 0 | 111 | 100011001 | 1100100 | 101110 |
Color Harmonies of #A300ED
Complementary color
Monochromatic Colors of #A300ED
Black with #A300ED
Text Example
Text Example
White with #A300ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A300ED; }
p { color: rgb(163,0,237); }
H1.HeaderClassName
{
color: #A300ED;
}
.AnyTagClassName
{
color: #A300ED;
}
</style>
background-color css
<style>
a { background-color: #A300ED; }
a { background-color: rgb(163,0,237); }
div.DivClassName
{
background-color: #A300ED;
}
.BgClassName
{
background-color: #A300ED;
}
</style>
border-color css
<style>
span { border-color: #A300ED; }
span { border-color: rgb(163,0,237); }
td.TdClassName
{
border-color: #A300ED;
}
.TagClassName
{
border-color: #A300ED;
}
</style>