Shades of Dark Violet #A804CF
Tints of Dark Violet #A804CF
RGB
CMYK
RGB Variations
Color information
#A804CF (or 0xA804CF) is known color: Dark Violet. HEX triplet: A8, 04 and CF. RGB value is (168,4,207). Sum of RGB (Red+Green+Blue) = 168+4+207=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 4 (1.95% from 255 or 1.06% 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 #A804CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A804CF is #57FB30. Grayscale: #4B4B4B. Windows color (decimal): -5765937 or 13567144. OLE color: 13567144.
HSL color Cylindrical-coordinate representation of color #A804CF: hue angle of 288.47º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A804CF is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 4 | 207 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.19 |
| HSL | 288.47º | 0.96% | 0.41% | - |
| HSV(B) | 288.47º | 0.98% | 0.81% | - |
| XYZ | 27.45 | 12.92 | 60.08 | - |
| YUV | 76.18 | 201.83 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 4 | 207 | 0.19 | 0.98 | 0 | 0.19 | 288.47 | 0.96 | 0.41 |
| Hex | A8 | 4 | CF | 13 | 62 | 0 | 13 | 120 | 60 | 29 |
| Octal | 250 | 4 | 317 | 23 | 142 | 0 | 23 | 440 | 140 | 51 |
| Binary | 10101000 | 100 | 11001111 | 10011 | 1100010 | 0 | 10011 | 100100000 | 1100000 | 101001 |
Color Harmonies of #A804CF
Complementary color
Monochromatic Colors of #A804CF
Black with #A804CF
Text Example
Text Example
White with #A804CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A804CF; }
p { color: rgb(168,4,207); }
H1.HeaderClassName
{
color: #A804CF;
}
.AnyTagClassName
{
color: #A804CF;
}
</style>
background-color css
<style>
a { background-color: #A804CF; }
a { background-color: rgb(168,4,207); }
div.DivClassName
{
background-color: #A804CF;
}
.BgClassName
{
background-color: #A804CF;
}
</style>
border-color css
<style>
span { border-color: #A804CF; }
span { border-color: rgb(168,4,207); }
td.TdClassName
{
border-color: #A804CF;
}
.TagClassName
{
border-color: #A804CF;
}
</style>