Shades of Dark Violet #A205D7
Tints of Dark Violet #A205D7
RGB
CMYK
RGB Variations
Color information
#A205D7 (or 0xA205D7) is known color: Dark Violet. HEX triplet: A2, 05 and D7. RGB value is (162,5,215). Sum of RGB (Red+Green+Blue) = 162+5+215=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 5 (2.34% from 255 or 1.31% from 382); Blue value is 215 (84.38% from 255 or 56.28% from 382); Max value from RGB is 215 - color contains mainly: blue. Hex color #A205D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A205D7 is #5DFA28. Grayscale: #4B4B4B. Windows color (decimal): -6158889 or 14091682. OLE color: 14091682.
HSL color Cylindrical-coordinate representation of color #A205D7: hue angle of 284.86º 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 #A205D7 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 5 | 215 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.16 |
| HSL | 284.86º | 0.95% | 0.43% | - |
| HSV(B) | 284.86º | 0.98% | 0.84% | - |
| XYZ | 27.22 | 12.7 | 65.31 | - |
| YUV | 75.88 | 206.51 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 5 | 215 | 0.25 | 0.98 | 0 | 0.16 | 284.86 | 0.95 | 0.43 |
| Hex | A2 | 5 | D7 | 19 | 62 | 0 | 10 | 11D | 5F | 2B |
| Octal | 242 | 5 | 327 | 31 | 142 | 0 | 20 | 435 | 137 | 53 |
| Binary | 10100010 | 101 | 11010111 | 11001 | 1100010 | 0 | 10000 | 100011101 | 1011111 | 101011 |
Color Harmonies of #A205D7
Complementary color
Monochromatic Colors of #A205D7
Black with #A205D7
Text Example
Text Example
White with #A205D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A205D7; }
p { color: rgb(162,5,215); }
H1.HeaderClassName
{
color: #A205D7;
}
.AnyTagClassName
{
color: #A205D7;
}
</style>
background-color css
<style>
a { background-color: #A205D7; }
a { background-color: rgb(162,5,215); }
div.DivClassName
{
background-color: #A205D7;
}
.BgClassName
{
background-color: #A205D7;
}
</style>
border-color css
<style>
span { border-color: #A205D7; }
span { border-color: rgb(162,5,215); }
td.TdClassName
{
border-color: #A205D7;
}
.TagClassName
{
border-color: #A205D7;
}
</style>