Shades of Dark Violet #A817EA
Tints of Dark Violet #A817EA
RGB
CMYK
RGB Variations
Color information
#A817EA (or 0xA817EA) is known color: Dark Violet. HEX triplet: A8, 17 and EA. RGB value is (168,23,234). Sum of RGB (Red+Green+Blue) = 168+23+234=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 23 (9.38% from 255 or 5.41% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #A817EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A817EA is #57E815. Grayscale: #595959. Windows color (decimal): -5761046 or 15341480. OLE color: 15341480.
HSL color Cylindrical-coordinate representation of color #A817EA: hue angle of 281.23º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A817EA is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 23 | 234 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.08 |
| HSL | 281.23º | 0.83% | 0.5% | - |
| HSV(B) | 281.23º | 0.9% | 0.92% | - |
| XYZ | 31.31 | 14.88 | 79.06 | - |
| YUV | 90.41 | 209.04 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 234 | 0.28 | 0.90 | 0 | 0.08 | 281.23 | 0.83 | 0.5 |
| Hex | A8 | 17 | EA | 1C | 5A | 0 | 8 | 119 | 53 | 32 |
| Octal | 250 | 27 | 352 | 34 | 132 | 0 | 10 | 431 | 123 | 62 |
| Binary | 10101000 | 10111 | 11101010 | 11100 | 1011010 | 0 | 1000 | 100011001 | 1010011 | 110010 |
Color Harmonies of #A817EA
Complementary color
Monochromatic Colors of #A817EA
Black with #A817EA
Text Example
Text Example
White with #A817EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A817EA; }
p { color: rgb(168,23,234); }
H1.HeaderClassName
{
color: #A817EA;
}
.AnyTagClassName
{
color: #A817EA;
}
</style>
background-color css
<style>
a { background-color: #A817EA; }
a { background-color: rgb(168,23,234); }
div.DivClassName
{
background-color: #A817EA;
}
.BgClassName
{
background-color: #A817EA;
}
</style>
border-color css
<style>
span { border-color: #A817EA; }
span { border-color: rgb(168,23,234); }
td.TdClassName
{
border-color: #A817EA;
}
.TagClassName
{
border-color: #A817EA;
}
</style>