Shades of Dark Violet #A308BE
Tints of Dark Violet #A308BE
RGB
CMYK
RGB Variations
Color information
#A308BE (or 0xA308BE) is known color: Dark Violet. HEX triplet: A3, 08 and BE. RGB value is (163,8,190). Sum of RGB (Red+Green+Blue) = 163+8+190=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 8 (3.52% from 255 or 2.22% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #A308BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A308BE is #5CF741. Grayscale: #4A4A4A. Windows color (decimal): -6092610 or 12454051. OLE color: 12454051.
HSL color Cylindrical-coordinate representation of color #A308BE: hue angle of 291.1º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A308BE is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 8 | 190 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.25 |
| HSL | 291.1º | 0.92% | 0.39% | - |
| HSV(B) | 291.1º | 0.96% | 0.75% | - |
| XYZ | 24.49 | 11.68 | 49.68 | - |
| YUV | 75.09 | 192.85 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 8 | 190 | 0.14 | 0.96 | 0 | 0.25 | 291.1 | 0.92 | 0.39 |
| Hex | A3 | 8 | BE | E | 60 | 0 | 19 | 123 | 5C | 27 |
| Octal | 243 | 10 | 276 | 16 | 140 | 0 | 31 | 443 | 134 | 47 |
| Binary | 10100011 | 1000 | 10111110 | 1110 | 1100000 | 0 | 11001 | 100100011 | 1011100 | 100111 |
Color Harmonies of #A308BE
Complementary color
Monochromatic Colors of #A308BE
Black with #A308BE
Text Example
Text Example
White with #A308BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A308BE; }
p { color: rgb(163,8,190); }
H1.HeaderClassName
{
color: #A308BE;
}
.AnyTagClassName
{
color: #A308BE;
}
</style>
background-color css
<style>
a { background-color: #A308BE; }
a { background-color: rgb(163,8,190); }
div.DivClassName
{
background-color: #A308BE;
}
.BgClassName
{
background-color: #A308BE;
}
</style>
border-color css
<style>
span { border-color: #A308BE; }
span { border-color: rgb(163,8,190); }
td.TdClassName
{
border-color: #A308BE;
}
.TagClassName
{
border-color: #A308BE;
}
</style>