Shades of Dark Violet #A300EE
Tints of Dark Violet #A300EE
RGB
CMYK
RGB Variations
Color information
#A300EE (or 0xA300EE) is known color: Dark Violet. HEX triplet: A3, 00 and EE. RGB value is (163,0,238). Sum of RGB (Red+Green+Blue) = 163+0+238=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 0 (0.39% from 255 or 0% from 401); Blue value is 238 (93.36% from 255 or 59.35% from 401); Max value from RGB is 238 - color contains mainly: blue. Hex color #A300EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A300EE is #5CFF11. Grayscale: #4B4B4B. Windows color (decimal): -6094610 or 15597731. OLE color: 15597731.
HSL color Cylindrical-coordinate representation of color #A300EE: hue angle of 281.09º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A300EE is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 0 | 238 | - |
| CMYK | 0.32 | 1 | 0 | 0.07 |
| HSL | 281.09º | 1% | 0.47% | - |
| HSV(B) | 281.09º | 1% | 0.93% | - |
| XYZ | 30.54 | 13.96 | 81.97 | - |
| YUV | 75.87 | 219.5 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 0 | 238 | 0.32 | 1 | 0 | 0.07 | 281.09 | 1 | 0.47 |
| Hex | A3 | 0 | EE | 20 | 64 | 0 | 7 | 119 | 64 | 2F |
| Octal | 243 | 0 | 356 | 40 | 144 | 0 | 7 | 431 | 144 | 57 |
| Binary | 10100011 | 0 | 11101110 | 100000 | 1100100 | 0 | 111 | 100011001 | 1100100 | 101111 |
Color Harmonies of #A300EE
Complementary color
Monochromatic Colors of #A300EE
Black with #A300EE
Text Example
Text Example
White with #A300EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A300EE; }
p { color: rgb(163,0,238); }
H1.HeaderClassName
{
color: #A300EE;
}
.AnyTagClassName
{
color: #A300EE;
}
</style>
background-color css
<style>
a { background-color: #A300EE; }
a { background-color: rgb(163,0,238); }
div.DivClassName
{
background-color: #A300EE;
}
.BgClassName
{
background-color: #A300EE;
}
</style>
border-color css
<style>
span { border-color: #A300EE; }
span { border-color: rgb(163,0,238); }
td.TdClassName
{
border-color: #A300EE;
}
.TagClassName
{
border-color: #A300EE;
}
</style>