Shades of Dark Violet #A403BC
Tints of Dark Violet #A403BC
RGB
CMYK
RGB Variations
Color information
#A403BC (or 0xA403BC) is known color: Dark Violet. HEX triplet: A4, 03 and BC. RGB value is (164,3,188). Sum of RGB (Red+Green+Blue) = 164+3+188=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 3 (1.56% from 255 or 0.85% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #A403BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A403BC is #5BFC43. Grayscale: #474747. Windows color (decimal): -6028356 or 12321700. OLE color: 12321700.
HSL color Cylindrical-coordinate representation of color #A403BC: hue angle of 292.22º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A403BC is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 3 | 188 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.26 |
| HSL | 292.22º | 0.97% | 0.37% | - |
| HSV(B) | 292.22º | 0.98% | 0.74% | - |
| XYZ | 24.42 | 11.59 | 48.53 | - |
| YUV | 72.23 | 193.34 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 3 | 188 | 0.13 | 0.98 | 0 | 0.26 | 292.22 | 0.97 | 0.37 |
| Hex | A4 | 3 | BC | D | 62 | 0 | 1A | 124 | 61 | 25 |
| Octal | 244 | 3 | 274 | 15 | 142 | 0 | 32 | 444 | 141 | 45 |
| Binary | 10100100 | 11 | 10111100 | 1101 | 1100010 | 0 | 11010 | 100100100 | 1100001 | 100101 |
Color Harmonies of #A403BC
Complementary color
Monochromatic Colors of #A403BC
Black with #A403BC
Text Example
Text Example
White with #A403BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A403BC; }
p { color: rgb(164,3,188); }
H1.HeaderClassName
{
color: #A403BC;
}
.AnyTagClassName
{
color: #A403BC;
}
</style>
background-color css
<style>
a { background-color: #A403BC; }
a { background-color: rgb(164,3,188); }
div.DivClassName
{
background-color: #A403BC;
}
.BgClassName
{
background-color: #A403BC;
}
</style>
border-color css
<style>
span { border-color: #A403BC; }
span { border-color: rgb(164,3,188); }
td.TdClassName
{
border-color: #A403BC;
}
.TagClassName
{
border-color: #A403BC;
}
</style>