Shades of Dark Violet #A507CF
Tints of Dark Violet #A507CF
RGB
CMYK
RGB Variations
Color information
#A507CF (or 0xA507CF) is known color: Dark Violet. HEX triplet: A5, 07 and CF. RGB value is (165,7,207). Sum of RGB (Red+Green+Blue) = 165+7+207=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 7 (3.12% from 255 or 1.85% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #A507CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A507CF is #5AF830. Grayscale: #4C4C4C. Windows color (decimal): -5961777 or 13567909. OLE color: 13567909.
HSL color Cylindrical-coordinate representation of color #A507CF: hue angle of 287.4º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A507CF is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 7 | 207 | - |
| CMYK | 0.20 | 0.97 | 0 | 0.19 |
| HSL | 287.4º | 0.93% | 0.42% | - |
| HSV(B) | 287.4º | 0.97% | 0.81% | - |
| XYZ | 26.86 | 12.66 | 60.06 | - |
| YUV | 77.04 | 201.35 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 7 | 207 | 0.20 | 0.97 | 0 | 0.19 | 287.4 | 0.93 | 0.42 |
| Hex | A5 | 7 | CF | 14 | 61 | 0 | 13 | 11F | 5D | 2A |
| Octal | 245 | 7 | 317 | 24 | 141 | 0 | 23 | 437 | 135 | 52 |
| Binary | 10100101 | 111 | 11001111 | 10100 | 1100001 | 0 | 10011 | 100011111 | 1011101 | 101010 |
Color Harmonies of #A507CF
Complementary color
Monochromatic Colors of #A507CF
Black with #A507CF
Text Example
Text Example
White with #A507CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A507CF; }
p { color: rgb(165,7,207); }
H1.HeaderClassName
{
color: #A507CF;
}
.AnyTagClassName
{
color: #A507CF;
}
</style>
background-color css
<style>
a { background-color: #A507CF; }
a { background-color: rgb(165,7,207); }
div.DivClassName
{
background-color: #A507CF;
}
.BgClassName
{
background-color: #A507CF;
}
</style>
border-color css
<style>
span { border-color: #A507CF; }
span { border-color: rgb(165,7,207); }
td.TdClassName
{
border-color: #A507CF;
}
.TagClassName
{
border-color: #A507CF;
}
</style>