Shades of Dark Violet #A403B8
Tints of Dark Violet #A403B8
RGB
CMYK
RGB Variations
Color information
#A403B8 (or 0xA403B8) is known color: Dark Violet. HEX triplet: A4, 03 and B8. RGB value is (164,3,184). Sum of RGB (Red+Green+Blue) = 164+3+184=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 3 (1.56% from 255 or 0.85% from 351); Blue value is 184 (72.27% from 255 or 52.42% from 351); Max value from RGB is 184 - color contains mainly: blue. Hex color #A403B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A403B8 is #5BFC47. Grayscale: #474747. Windows color (decimal): -6028360 or 12059556. OLE color: 12059556.
HSL color Cylindrical-coordinate representation of color #A403B8: hue angle of 293.37º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A403B8 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 164 | 3 | 184 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.28 |
| HSL | 293.37º | 0.97% | 0.37% | - |
| HSV(B) | 293.37º | 0.98% | 0.72% | - |
| XYZ | 23.99 | 11.42 | 46.29 | - |
| YUV | 71.77 | 191.34 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 3 | 184 | 0.11 | 0.98 | 0 | 0.28 | 293.37 | 0.97 | 0.37 |
| Hex | A4 | 3 | B8 | B | 62 | 0 | 1C | 125 | 61 | 25 |
| Octal | 244 | 3 | 270 | 13 | 142 | 0 | 34 | 445 | 141 | 45 |
| Binary | 10100100 | 11 | 10111000 | 1011 | 1100010 | 0 | 11100 | 100100101 | 1100001 | 100101 |
Color Harmonies of #A403B8
Complementary color
Monochromatic Colors of #A403B8
Black with #A403B8
Text Example
Text Example
White with #A403B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A403B8; }
p { color: rgb(164,3,184); }
H1.HeaderClassName
{
color: #A403B8;
}
.AnyTagClassName
{
color: #A403B8;
}
</style>
background-color css
<style>
a { background-color: #A403B8; }
a { background-color: rgb(164,3,184); }
div.DivClassName
{
background-color: #A403B8;
}
.BgClassName
{
background-color: #A403B8;
}
</style>
border-color css
<style>
span { border-color: #A403B8; }
span { border-color: rgb(164,3,184); }
td.TdClassName
{
border-color: #A403B8;
}
.TagClassName
{
border-color: #A403B8;
}
</style>