Shades of Dark Violet #A300E2
Tints of Dark Violet #A300E2
RGB
CMYK
RGB Variations
Color information
#A300E2 (or 0xA300E2) is known color: Dark Violet. HEX triplet: A3, 00 and E2. RGB value is (163,0,226). Sum of RGB (Red+Green+Blue) = 163+0+226=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 0 (0.39% from 255 or 0% from 389); Blue value is 226 (88.67% from 255 or 58.10% from 389); Max value from RGB is 226 - color contains mainly: blue. Hex color #A300E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A300E2 is #5CFF1D. Grayscale: #494949. Windows color (decimal): -6094622 or 14811299. OLE color: 14811299.
HSL color Cylindrical-coordinate representation of color #A300E2: hue angle of 283.27º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A300E2 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 0 | 226 | - |
| CMYK | 0.28 | 1 | 0 | 0.11 |
| HSL | 283.27º | 1% | 0.44% | - |
| HSV(B) | 283.27º | 1% | 0.89% | - |
| XYZ | 28.83 | 13.28 | 72.99 | - |
| YUV | 74.5 | 213.5 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 226 | 0.28 | 1 | 0 | 0.11 | 283.27 | 1 | 0.44 |
| Hex | A3 | 0 | E2 | 1C | 64 | 0 | B | 11B | 64 | 2C |
| Octal | 243 | 0 | 342 | 34 | 144 | 0 | 13 | 433 | 144 | 54 |
| Binary | 10100011 | 0 | 11100010 | 11100 | 1100100 | 0 | 1011 | 100011011 | 1100100 | 101100 |
Color Harmonies of #A300E2
Complementary color
Monochromatic Colors of #A300E2
Black with #A300E2
Text Example
Text Example
White with #A300E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A300E2; }
p { color: rgb(163,0,226); }
H1.HeaderClassName
{
color: #A300E2;
}
.AnyTagClassName
{
color: #A300E2;
}
</style>
background-color css
<style>
a { background-color: #A300E2; }
a { background-color: rgb(163,0,226); }
div.DivClassName
{
background-color: #A300E2;
}
.BgClassName
{
background-color: #A300E2;
}
</style>
border-color css
<style>
span { border-color: #A300E2; }
span { border-color: rgb(163,0,226); }
td.TdClassName
{
border-color: #A300E2;
}
.TagClassName
{
border-color: #A300E2;
}
</style>