Shades of Dark Violet #A808BA
Tints of Dark Violet #A808BA
RGB
CMYK
RGB Variations
Color information
#A808BA (or 0xA808BA) is known color: Dark Violet. HEX triplet: A8, 08 and BA. RGB value is (168,8,186). Sum of RGB (Red+Green+Blue) = 168+8+186=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 8 (3.52% from 255 or 2.21% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #A808BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A808BA is #57F745. Grayscale: #4B4B4B. Windows color (decimal): -5764934 or 12191912. OLE color: 12191912.
HSL color Cylindrical-coordinate representation of color #A808BA: hue angle of 293.93º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A808BA is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 8 | 186 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.27 |
| HSL | 293.93º | 0.92% | 0.38% | - |
| HSV(B) | 293.93º | 0.96% | 0.73% | - |
| XYZ | 25.1 | 12.04 | 47.46 | - |
| YUV | 76.13 | 190.01 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 8 | 186 | 0.10 | 0.96 | 0 | 0.27 | 293.93 | 0.92 | 0.38 |
| Hex | A8 | 8 | BA | A | 60 | 0 | 1B | 126 | 5C | 26 |
| Octal | 250 | 10 | 272 | 12 | 140 | 0 | 33 | 446 | 134 | 46 |
| Binary | 10101000 | 1000 | 10111010 | 1010 | 1100000 | 0 | 11011 | 100100110 | 1011100 | 100110 |
Color Harmonies of #A808BA
Complementary color
Monochromatic Colors of #A808BA
Black with #A808BA
Text Example
Text Example
White with #A808BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A808BA; }
p { color: rgb(168,8,186); }
H1.HeaderClassName
{
color: #A808BA;
}
.AnyTagClassName
{
color: #A808BA;
}
</style>
background-color css
<style>
a { background-color: #A808BA; }
a { background-color: rgb(168,8,186); }
div.DivClassName
{
background-color: #A808BA;
}
.BgClassName
{
background-color: #A808BA;
}
</style>
border-color css
<style>
span { border-color: #A808BA; }
span { border-color: rgb(168,8,186); }
td.TdClassName
{
border-color: #A808BA;
}
.TagClassName
{
border-color: #A808BA;
}
</style>