Shades of Dark Violet #A803B7
Tints of Dark Violet #A803B7
RGB
CMYK
RGB Variations
Color information
#A803B7 (or 0xA803B7) is known color: Dark Violet. HEX triplet: A8, 03 and B7. RGB value is (168,3,183). Sum of RGB (Red+Green+Blue) = 168+3+183=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 3 (1.56% from 255 or 0.85% from 354); Blue value is 183 (71.88% from 255 or 51.69% from 354); Max value from RGB is 183 - color contains mainly: blue. Hex color #A803B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A803B7 is #57FC48. Grayscale: #484848. Windows color (decimal): -5766217 or 11994024. OLE color: 11994024.
HSL color Cylindrical-coordinate representation of color #A803B7: hue angle of 295º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A803B7 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 3 | 183 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.28 |
| HSL | 295º | 0.97% | 0.36% | - |
| HSV(B) | 295º | 0.98% | 0.72% | - |
| XYZ | 24.73 | 11.81 | 45.78 | - |
| YUV | 72.86 | 190.16 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 3 | 183 | 0.08 | 0.98 | 0 | 0.28 | 295 | 0.97 | 0.36 |
| Hex | A8 | 3 | B7 | 8 | 62 | 0 | 1C | 127 | 61 | 24 |
| Octal | 250 | 3 | 267 | 10 | 142 | 0 | 34 | 447 | 141 | 44 |
| Binary | 10101000 | 11 | 10110111 | 1000 | 1100010 | 0 | 11100 | 100100111 | 1100001 | 100100 |
Color Harmonies of #A803B7
Complementary color
Monochromatic Colors of #A803B7
Black with #A803B7
Text Example
Text Example
White with #A803B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A803B7; }
p { color: rgb(168,3,183); }
H1.HeaderClassName
{
color: #A803B7;
}
.AnyTagClassName
{
color: #A803B7;
}
</style>
background-color css
<style>
a { background-color: #A803B7; }
a { background-color: rgb(168,3,183); }
div.DivClassName
{
background-color: #A803B7;
}
.BgClassName
{
background-color: #A803B7;
}
</style>
border-color css
<style>
span { border-color: #A803B7; }
span { border-color: rgb(168,3,183); }
td.TdClassName
{
border-color: #A803B7;
}
.TagClassName
{
border-color: #A803B7;
}
</style>