Shades of Dark Violet #A801BE
Tints of Dark Violet #A801BE
RGB
CMYK
RGB Variations
Color information
#A801BE (or 0xA801BE) is known color: Dark Violet. HEX triplet: A8, 01 and BE. RGB value is (168,1,190). Sum of RGB (Red+Green+Blue) = 168+1+190=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 1 (0.78% from 255 or 0.28% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #A801BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A801BE is #57FE41. Grayscale: #474747. Windows color (decimal): -5766722 or 12452264. OLE color: 12452264.
HSL color Cylindrical-coordinate representation of color #A801BE: hue angle of 293.02º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A801BE is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 1 | 190 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.25 |
| HSL | 293.02º | 0.99% | 0.37% | - |
| HSV(B) | 293.02º | 0.99% | 0.75% | - |
| XYZ | 25.45 | 12.06 | 49.7 | - |
| YUV | 72.48 | 194.33 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 1 | 190 | 0.12 | 0.99 | 0 | 0.25 | 293.02 | 0.99 | 0.37 |
| Hex | A8 | 1 | BE | C | 63 | 0 | 19 | 125 | 63 | 25 |
| Octal | 250 | 1 | 276 | 14 | 143 | 0 | 31 | 445 | 143 | 45 |
| Binary | 10101000 | 1 | 10111110 | 1100 | 1100011 | 0 | 11001 | 100100101 | 1100011 | 100101 |
Color Harmonies of #A801BE
Complementary color
Monochromatic Colors of #A801BE
Black with #A801BE
Text Example
Text Example
White with #A801BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A801BE; }
p { color: rgb(168,1,190); }
H1.HeaderClassName
{
color: #A801BE;
}
.AnyTagClassName
{
color: #A801BE;
}
</style>
background-color css
<style>
a { background-color: #A801BE; }
a { background-color: rgb(168,1,190); }
div.DivClassName
{
background-color: #A801BE;
}
.BgClassName
{
background-color: #A801BE;
}
</style>
border-color css
<style>
span { border-color: #A801BE; }
span { border-color: rgb(168,1,190); }
td.TdClassName
{
border-color: #A801BE;
}
.TagClassName
{
border-color: #A801BE;
}
</style>