Shades of Dark Violet #A50ACF
Tints of Dark Violet #A50ACF
RGB
CMYK
RGB Variations
Color information
#A50ACF (or 0xA50ACF) is known color: Dark Violet. HEX triplet: A5, 0A and CF. RGB value is (165,10,207). Sum of RGB (Red+Green+Blue) = 165+10+207=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 10 (4.30% from 255 or 2.62% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #A50ACF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A50ACF is #5AF530. Grayscale: #4E4E4E. Windows color (decimal): -5961009 or 13568677. OLE color: 13568677.
HSL color Cylindrical-coordinate representation of color #A50ACF: hue angle of 287.21º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A50ACF is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 10 | 207 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.19 |
| HSL | 287.21º | 0.91% | 0.43% | - |
| HSV(B) | 287.21º | 0.95% | 0.81% | - |
| XYZ | 26.89 | 12.72 | 60.07 | - |
| YUV | 78.8 | 200.35 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 10 | 207 | 0.20 | 0.95 | 0 | 0.19 | 287.21 | 0.91 | 0.43 |
| Hex | A5 | A | CF | 14 | 5F | 0 | 13 | 11F | 5B | 2B |
| Octal | 245 | 12 | 317 | 24 | 137 | 0 | 23 | 437 | 133 | 53 |
| Binary | 10100101 | 1010 | 11001111 | 10100 | 1011111 | 0 | 10011 | 100011111 | 1011011 | 101011 |
Color Harmonies of #A50ACF
Complementary color
Monochromatic Colors of #A50ACF
Black with #A50ACF
Text Example
Text Example
White with #A50ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A50ACF; }
p { color: rgb(165,10,207); }
H1.HeaderClassName
{
color: #A50ACF;
}
.AnyTagClassName
{
color: #A50ACF;
}
</style>
background-color css
<style>
a { background-color: #A50ACF; }
a { background-color: rgb(165,10,207); }
div.DivClassName
{
background-color: #A50ACF;
}
.BgClassName
{
background-color: #A50ACF;
}
</style>
border-color css
<style>
span { border-color: #A50ACF; }
span { border-color: rgb(165,10,207); }
td.TdClassName
{
border-color: #A50ACF;
}
.TagClassName
{
border-color: #A50ACF;
}
</style>