Shades of Dark Violet #A307CF
Tints of Dark Violet #A307CF
RGB
CMYK
RGB Variations
Color information
#A307CF (or 0xA307CF) is known color: Dark Violet. HEX triplet: A3, 07 and CF. RGB value is (163,7,207). Sum of RGB (Red+Green+Blue) = 163+7+207=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 7 (3.12% from 255 or 1.86% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #A307CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A307CF is #5CF830. Grayscale: #4B4B4B. Windows color (decimal): -6092849 or 13567907. OLE color: 13567907.
HSL color Cylindrical-coordinate representation of color #A307CF: hue angle of 286.8º 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 #A307CF is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 7 | 207 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.19 |
| HSL | 286.8º | 0.93% | 0.42% | - |
| HSV(B) | 286.8º | 0.97% | 0.81% | - |
| XYZ | 26.44 | 12.44 | 60.04 | - |
| YUV | 76.44 | 201.68 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 7 | 207 | 0.21 | 0.97 | 0 | 0.19 | 286.8 | 0.93 | 0.42 |
| Hex | A3 | 7 | CF | 15 | 61 | 0 | 13 | 11F | 5D | 2A |
| Octal | 243 | 7 | 317 | 25 | 141 | 0 | 23 | 437 | 135 | 52 |
| Binary | 10100011 | 111 | 11001111 | 10101 | 1100001 | 0 | 10011 | 100011111 | 1011101 | 101010 |
Color Harmonies of #A307CF
Complementary color
Monochromatic Colors of #A307CF
Black with #A307CF
Text Example
Text Example
White with #A307CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A307CF; }
p { color: rgb(163,7,207); }
H1.HeaderClassName
{
color: #A307CF;
}
.AnyTagClassName
{
color: #A307CF;
}
</style>
background-color css
<style>
a { background-color: #A307CF; }
a { background-color: rgb(163,7,207); }
div.DivClassName
{
background-color: #A307CF;
}
.BgClassName
{
background-color: #A307CF;
}
</style>
border-color css
<style>
span { border-color: #A307CF; }
span { border-color: rgb(163,7,207); }
td.TdClassName
{
border-color: #A307CF;
}
.TagClassName
{
border-color: #A307CF;
}
</style>