Shades of Dark Violet #A805D7
Tints of Dark Violet #A805D7
RGB
CMYK
RGB Variations
Color information
#A805D7 (or 0xA805D7) is known color: Dark Violet. HEX triplet: A8, 05 and D7. RGB value is (168,5,215). Sum of RGB (Red+Green+Blue) = 168+5+215=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 5 (2.34% from 255 or 1.29% from 388); Blue value is 215 (84.38% from 255 or 55.41% from 388); Max value from RGB is 215 - color contains mainly: blue. Hex color #A805D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A805D7 is #57FA28. Grayscale: #4D4D4D. Windows color (decimal): -5765673 or 14091688. OLE color: 14091688.
HSL color Cylindrical-coordinate representation of color #A805D7: hue angle of 286.57º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A805D7 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 5 | 215 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.16 |
| HSL | 286.57º | 0.95% | 0.43% | - |
| HSV(B) | 286.57º | 0.98% | 0.84% | - |
| XYZ | 28.47 | 13.34 | 65.36 | - |
| YUV | 77.68 | 205.5 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 5 | 215 | 0.22 | 0.98 | 0 | 0.16 | 286.57 | 0.95 | 0.43 |
| Hex | A8 | 5 | D7 | 16 | 62 | 0 | 10 | 11F | 5F | 2B |
| Octal | 250 | 5 | 327 | 26 | 142 | 0 | 20 | 437 | 137 | 53 |
| Binary | 10101000 | 101 | 11010111 | 10110 | 1100010 | 0 | 10000 | 100011111 | 1011111 | 101011 |
Color Harmonies of #A805D7
Complementary color
Monochromatic Colors of #A805D7
Black with #A805D7
Text Example
Text Example
White with #A805D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A805D7; }
p { color: rgb(168,5,215); }
H1.HeaderClassName
{
color: #A805D7;
}
.AnyTagClassName
{
color: #A805D7;
}
</style>
background-color css
<style>
a { background-color: #A805D7; }
a { background-color: rgb(168,5,215); }
div.DivClassName
{
background-color: #A805D7;
}
.BgClassName
{
background-color: #A805D7;
}
</style>
border-color css
<style>
span { border-color: #A805D7; }
span { border-color: rgb(168,5,215); }
td.TdClassName
{
border-color: #A805D7;
}
.TagClassName
{
border-color: #A805D7;
}
</style>