Shades of Dark Violet #A817DA
Tints of Dark Violet #A817DA
RGB
CMYK
RGB Variations
Color information
#A817DA (or 0xA817DA) is known color: Dark Violet. HEX triplet: A8, 17 and DA. RGB value is (168,23,218). Sum of RGB (Red+Green+Blue) = 168+23+218=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 23 (9.38% from 255 or 5.62% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #A817DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A817DA is #57E825. Grayscale: #575757. Windows color (decimal): -5761062 or 14292904. OLE color: 14292904.
HSL color Cylindrical-coordinate representation of color #A817DA: hue angle of 284.62º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A817DA is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 23 | 218 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.15 |
| HSL | 284.62º | 0.81% | 0.47% | - |
| HSV(B) | 284.62º | 0.89% | 0.85% | - |
| XYZ | 29.11 | 14 | 67.5 | - |
| YUV | 88.59 | 201.04 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 218 | 0.23 | 0.89 | 0 | 0.15 | 284.62 | 0.81 | 0.47 |
| Hex | A8 | 17 | DA | 17 | 59 | 0 | F | 11D | 51 | 2F |
| Octal | 250 | 27 | 332 | 27 | 131 | 0 | 17 | 435 | 121 | 57 |
| Binary | 10101000 | 10111 | 11011010 | 10111 | 1011001 | 0 | 1111 | 100011101 | 1010001 | 101111 |
Color Harmonies of #A817DA
Complementary color
Monochromatic Colors of #A817DA
Black with #A817DA
Text Example
Text Example
White with #A817DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A817DA; }
p { color: rgb(168,23,218); }
H1.HeaderClassName
{
color: #A817DA;
}
.AnyTagClassName
{
color: #A817DA;
}
</style>
background-color css
<style>
a { background-color: #A817DA; }
a { background-color: rgb(168,23,218); }
div.DivClassName
{
background-color: #A817DA;
}
.BgClassName
{
background-color: #A817DA;
}
</style>
border-color css
<style>
span { border-color: #A817DA; }
span { border-color: rgb(168,23,218); }
td.TdClassName
{
border-color: #A817DA;
}
.TagClassName
{
border-color: #A817DA;
}
</style>