Shades of Dark Violet #A201EB
Tints of Dark Violet #A201EB
RGB
CMYK
RGB Variations
Color information
#A201EB (or 0xA201EB) is known color: Dark Violet. HEX triplet: A2, 01 and EB. RGB value is (162,1,235). Sum of RGB (Red+Green+Blue) = 162+1+235=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 1 (0.78% from 255 or 0.25% from 398); Blue value is 235 (92.19% from 255 or 59.05% from 398); Max value from RGB is 235 - color contains mainly: blue. Hex color #A201EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A201EB is #5DFE14. Grayscale: #4B4B4B. Windows color (decimal): -6159893 or 15401378. OLE color: 15401378.
HSL color Cylindrical-coordinate representation of color #A201EB: hue angle of 281.28º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A201EB is Cyan = 0.31, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 1 | 235 | - |
| CMYK | 0.31 | 1.00 | 0 | 0.08 |
| HSL | 281.28º | 0.99% | 0.46% | - |
| HSV(B) | 281.28º | 1% | 0.92% | - |
| XYZ | 29.91 | 13.7 | 79.67 | - |
| YUV | 75.82 | 217.84 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 1 | 235 | 0.31 | 1.00 | 0 | 0.08 | 281.28 | 0.99 | 0.46 |
| Hex | A2 | 1 | EB | 1F | 64 | 0 | 8 | 119 | 63 | 2E |
| Octal | 242 | 1 | 353 | 37 | 144 | 0 | 10 | 431 | 143 | 56 |
| Binary | 10100010 | 1 | 11101011 | 11111 | 1100100 | 0 | 1000 | 100011001 | 1100011 | 101110 |
Color Harmonies of #A201EB
Complementary color
Monochromatic Colors of #A201EB
Black with #A201EB
Text Example
Text Example
White with #A201EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A201EB; }
p { color: rgb(162,1,235); }
H1.HeaderClassName
{
color: #A201EB;
}
.AnyTagClassName
{
color: #A201EB;
}
</style>
background-color css
<style>
a { background-color: #A201EB; }
a { background-color: rgb(162,1,235); }
div.DivClassName
{
background-color: #A201EB;
}
.BgClassName
{
background-color: #A201EB;
}
</style>
border-color css
<style>
span { border-color: #A201EB; }
span { border-color: rgb(162,1,235); }
td.TdClassName
{
border-color: #A201EB;
}
.TagClassName
{
border-color: #A201EB;
}
</style>