Shades of Dark Violet #A307E8
Tints of Dark Violet #A307E8
RGB
CMYK
RGB Variations
Color information
#A307E8 (or 0xA307E8) is known color: Dark Violet. HEX triplet: A3, 07 and E8. RGB value is (163,7,232). Sum of RGB (Red+Green+Blue) = 163+7+232=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 7 (3.12% from 255 or 1.74% from 402); Blue value is 232 (91.02% from 255 or 57.71% from 402); Max value from RGB is 232 - color contains mainly: blue. Hex color #A307E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A307E8 is #5CF817. Grayscale: #4E4E4E. Windows color (decimal): -6092824 or 15206307. OLE color: 15206307.
HSL color Cylindrical-coordinate representation of color #A307E8: hue angle of 281.6º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A307E8 is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 163 | 7 | 232 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.09 |
| HSL | 281.6º | 0.94% | 0.47% | - |
| HSV(B) | 281.6º | 0.97% | 0.91% | - |
| XYZ | 29.75 | 13.76 | 77.43 | - |
| YUV | 79.29 | 214.18 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 7 | 232 | 0.30 | 0.97 | 0 | 0.09 | 281.6 | 0.94 | 0.47 |
| Hex | A3 | 7 | E8 | 1E | 61 | 0 | 9 | 11A | 5E | 2F |
| Octal | 243 | 7 | 350 | 36 | 141 | 0 | 11 | 432 | 136 | 57 |
| Binary | 10100011 | 111 | 11101000 | 11110 | 1100001 | 0 | 1001 | 100011010 | 1011110 | 101111 |
Color Harmonies of #A307E8
Complementary color
Monochromatic Colors of #A307E8
Black with #A307E8
Text Example
Text Example
White with #A307E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A307E8; }
p { color: rgb(163,7,232); }
H1.HeaderClassName
{
color: #A307E8;
}
.AnyTagClassName
{
color: #A307E8;
}
</style>
background-color css
<style>
a { background-color: #A307E8; }
a { background-color: rgb(163,7,232); }
div.DivClassName
{
background-color: #A307E8;
}
.BgClassName
{
background-color: #A307E8;
}
</style>
border-color css
<style>
span { border-color: #A307E8; }
span { border-color: rgb(163,7,232); }
td.TdClassName
{
border-color: #A307E8;
}
.TagClassName
{
border-color: #A307E8;
}
</style>