Shades of Dark Violet #A500CF
Tints of Dark Violet #A500CF
RGB
CMYK
RGB Variations
Color information
#A500CF (or 0xA500CF) is known color: Dark Violet. HEX triplet: A5, 00 and CF. RGB value is (165,0,207). Sum of RGB (Red+Green+Blue) = 165+0+207=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #A500CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A500CF is #5AFF30. Grayscale: #484848. Windows color (decimal): -5963569 or 13566117. OLE color: 13566117.
HSL color Cylindrical-coordinate representation of color #A500CF: hue angle of 287.83º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A500CF is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 0 | 207 | - |
| CMYK | 0.20 | 1 | 0 | 0.19 |
| HSL | 287.83º | 1% | 0.41% | - |
| HSV(B) | 287.83º | 1% | 0.81% | - |
| XYZ | 26.78 | 12.5 | 60.03 | - |
| YUV | 72.93 | 203.66 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 0 | 207 | 0.20 | 1 | 0 | 0.19 | 287.83 | 1 | 0.41 |
| Hex | A5 | 0 | CF | 14 | 64 | 0 | 13 | 120 | 64 | 29 |
| Octal | 245 | 0 | 317 | 24 | 144 | 0 | 23 | 440 | 144 | 51 |
| Binary | 10100101 | 0 | 11001111 | 10100 | 1100100 | 0 | 10011 | 100100000 | 1100100 | 101001 |
Color Harmonies of #A500CF
Complementary color
Monochromatic Colors of #A500CF
Black with #A500CF
Text Example
Text Example
White with #A500CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A500CF; }
p { color: rgb(165,0,207); }
H1.HeaderClassName
{
color: #A500CF;
}
.AnyTagClassName
{
color: #A500CF;
}
</style>
background-color css
<style>
a { background-color: #A500CF; }
a { background-color: rgb(165,0,207); }
div.DivClassName
{
background-color: #A500CF;
}
.BgClassName
{
background-color: #A500CF;
}
</style>
border-color css
<style>
span { border-color: #A500CF; }
span { border-color: rgb(165,0,207); }
td.TdClassName
{
border-color: #A500CF;
}
.TagClassName
{
border-color: #A500CF;
}
</style>