Shades of Dark Violet #A507D0
Tints of Dark Violet #A507D0
RGB
CMYK
RGB Variations
Color information
#A507D0 (or 0xA507D0) is known color: Dark Violet. HEX triplet: A5, 07 and D0. RGB value is (165,7,208). Sum of RGB (Red+Green+Blue) = 165+7+208=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 7 (3.12% from 255 or 1.84% from 380); Blue value is 208 (81.64% from 255 or 54.74% from 380); Max value from RGB is 208 - color contains mainly: blue. Hex color #A507D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A507D0 is #5AF82F. Grayscale: #4C4C4C. Windows color (decimal): -5961776 or 13633445. OLE color: 13633445.
HSL color Cylindrical-coordinate representation of color #A507D0: hue angle of 287.16º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A507D0 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 7 | 208 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.18 |
| HSL | 287.16º | 0.93% | 0.42% | - |
| HSV(B) | 287.16º | 0.97% | 0.82% | - |
| XYZ | 26.98 | 12.71 | 60.7 | - |
| YUV | 77.16 | 201.85 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 7 | 208 | 0.21 | 0.97 | 0 | 0.18 | 287.16 | 0.93 | 0.42 |
| Hex | A5 | 7 | D0 | 15 | 61 | 0 | 12 | 11F | 5D | 2A |
| Octal | 245 | 7 | 320 | 25 | 141 | 0 | 22 | 437 | 135 | 52 |
| Binary | 10100101 | 111 | 11010000 | 10101 | 1100001 | 0 | 10010 | 100011111 | 1011101 | 101010 |
Color Harmonies of #A507D0
Complementary color
Monochromatic Colors of #A507D0
Black with #A507D0
Text Example
Text Example
White with #A507D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A507D0; }
p { color: rgb(165,7,208); }
H1.HeaderClassName
{
color: #A507D0;
}
.AnyTagClassName
{
color: #A507D0;
}
</style>
background-color css
<style>
a { background-color: #A507D0; }
a { background-color: rgb(165,7,208); }
div.DivClassName
{
background-color: #A507D0;
}
.BgClassName
{
background-color: #A507D0;
}
</style>
border-color css
<style>
span { border-color: #A507D0; }
span { border-color: rgb(165,7,208); }
td.TdClassName
{
border-color: #A507D0;
}
.TagClassName
{
border-color: #A507D0;
}
</style>