Shades of Dark Violet #A403BE
Tints of Dark Violet #A403BE
RGB
CMYK
RGB Variations
Color information
#A403BE (or 0xA403BE) is known color: Dark Violet. HEX triplet: A4, 03 and BE. RGB value is (164,3,190). Sum of RGB (Red+Green+Blue) = 164+3+190=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #A403BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A403BE is #5BFC41. Grayscale: #474747. Windows color (decimal): -6028354 or 12452772. OLE color: 12452772.
HSL color Cylindrical-coordinate representation of color #A403BE: hue angle of 291.66º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A403BE is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 3 | 190 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.25 |
| HSL | 291.66º | 0.97% | 0.38% | - |
| HSV(B) | 291.66º | 0.98% | 0.75% | - |
| XYZ | 24.64 | 11.68 | 49.67 | - |
| YUV | 72.46 | 194.34 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 3 | 190 | 0.14 | 0.98 | 0 | 0.25 | 291.66 | 0.97 | 0.38 |
| Hex | A4 | 3 | BE | E | 62 | 0 | 19 | 124 | 61 | 26 |
| Octal | 244 | 3 | 276 | 16 | 142 | 0 | 31 | 444 | 141 | 46 |
| Binary | 10100100 | 11 | 10111110 | 1110 | 1100010 | 0 | 11001 | 100100100 | 1100001 | 100110 |
Color Harmonies of #A403BE
Complementary color
Monochromatic Colors of #A403BE
Black with #A403BE
Text Example
Text Example
White with #A403BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A403BE; }
p { color: rgb(164,3,190); }
H1.HeaderClassName
{
color: #A403BE;
}
.AnyTagClassName
{
color: #A403BE;
}
</style>
background-color css
<style>
a { background-color: #A403BE; }
a { background-color: rgb(164,3,190); }
div.DivClassName
{
background-color: #A403BE;
}
.BgClassName
{
background-color: #A403BE;
}
</style>
border-color css
<style>
span { border-color: #A403BE; }
span { border-color: rgb(164,3,190); }
td.TdClassName
{
border-color: #A403BE;
}
.TagClassName
{
border-color: #A403BE;
}
</style>