Shades of Dark Violet #A508ED
Tints of Dark Violet #A508ED
RGB
CMYK
RGB Variations
Color information
#A508ED (or 0xA508ED) is known color: Dark Violet. HEX triplet: A5, 08 and ED. RGB value is (165,8,237). Sum of RGB (Red+Green+Blue) = 165+8+237=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 8 (3.52% from 255 or 1.95% from 410); Blue value is 237 (92.97% from 255 or 57.80% from 410); Max value from RGB is 237 - color contains mainly: blue. Hex color #A508ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A508ED is #5AF712. Grayscale: #505050. Windows color (decimal): -5961491 or 15534245. OLE color: 15534245.
HSL color Cylindrical-coordinate representation of color #A508ED: hue angle of 281.14º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A508ED is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 8 | 237 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.07 |
| HSL | 281.14º | 0.93% | 0.48% | - |
| HSV(B) | 281.14º | 0.97% | 0.93% | - |
| XYZ | 30.89 | 14.29 | 81.25 | - |
| YUV | 81.05 | 216.01 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 8 | 237 | 0.30 | 0.97 | 0 | 0.07 | 281.14 | 0.93 | 0.48 |
| Hex | A5 | 8 | ED | 1E | 61 | 0 | 7 | 119 | 5D | 30 |
| Octal | 245 | 10 | 355 | 36 | 141 | 0 | 7 | 431 | 135 | 60 |
| Binary | 10100101 | 1000 | 11101101 | 11110 | 1100001 | 0 | 111 | 100011001 | 1011101 | 110000 |
Color Harmonies of #A508ED
Complementary color
Monochromatic Colors of #A508ED
Black with #A508ED
Text Example
Text Example
White with #A508ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A508ED; }
p { color: rgb(165,8,237); }
H1.HeaderClassName
{
color: #A508ED;
}
.AnyTagClassName
{
color: #A508ED;
}
</style>
background-color css
<style>
a { background-color: #A508ED; }
a { background-color: rgb(165,8,237); }
div.DivClassName
{
background-color: #A508ED;
}
.BgClassName
{
background-color: #A508ED;
}
</style>
border-color css
<style>
span { border-color: #A508ED; }
span { border-color: rgb(165,8,237); }
td.TdClassName
{
border-color: #A508ED;
}
.TagClassName
{
border-color: #A508ED;
}
</style>