Shades of Dark Violet #A808B1
Tints of Dark Violet #A808B1
RGB
CMYK
RGB Variations
Color information
#A808B1 (or 0xA808B1) is known color: Dark Violet. HEX triplet: A8, 08 and B1. RGB value is (168,8,177). Sum of RGB (Red+Green+Blue) = 168+8+177=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 8 (3.52% from 255 or 2.27% from 353); Blue value is 177 (69.53% from 255 or 50.14% from 353); Max value from RGB is 177 - color contains mainly: blue. Hex color #A808B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A808B1 is #57F74E. Grayscale: #4A4A4A. Windows color (decimal): -5764943 or 11602088. OLE color: 11602088.
HSL color Cylindrical-coordinate representation of color #A808B1: hue angle of 296.8º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A808B1 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 8 | 177 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.31 |
| HSL | 296.8º | 0.91% | 0.36% | - |
| HSV(B) | 296.8º | 0.95% | 0.69% | - |
| XYZ | 24.17 | 11.67 | 42.57 | - |
| YUV | 75.11 | 185.51 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 8 | 177 | 0.05 | 0.95 | 0 | 0.31 | 296.8 | 0.91 | 0.36 |
| Hex | A8 | 8 | B1 | 5 | 5F | 0 | 1F | 129 | 5B | 24 |
| Octal | 250 | 10 | 261 | 5 | 137 | 0 | 37 | 451 | 133 | 44 |
| Binary | 10101000 | 1000 | 10110001 | 101 | 1011111 | 0 | 11111 | 100101001 | 1011011 | 100100 |
Color Harmonies of #A808B1
Complementary color
Monochromatic Colors of #A808B1
Black with #A808B1
Text Example
Text Example
White with #A808B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A808B1; }
p { color: rgb(168,8,177); }
H1.HeaderClassName
{
color: #A808B1;
}
.AnyTagClassName
{
color: #A808B1;
}
</style>
background-color css
<style>
a { background-color: #A808B1; }
a { background-color: rgb(168,8,177); }
div.DivClassName
{
background-color: #A808B1;
}
.BgClassName
{
background-color: #A808B1;
}
</style>
border-color css
<style>
span { border-color: #A808B1; }
span { border-color: rgb(168,8,177); }
td.TdClassName
{
border-color: #A808B1;
}
.TagClassName
{
border-color: #A808B1;
}
</style>