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