Shades of Dark Violet #A405BB
Tints of Dark Violet #A405BB
RGB
CMYK
RGB Variations
Color information
#A405BB (or 0xA405BB) is known color: Dark Violet. HEX triplet: A4, 05 and BB. RGB value is (164,5,187). Sum of RGB (Red+Green+Blue) = 164+5+187=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 187 (73.44% from 255 or 52.53% from 356); Max value from RGB is 187 - color contains mainly: blue. Hex color #A405BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A405BB is #5BFA44. Grayscale: #484848. Windows color (decimal): -6027845 or 12256676. OLE color: 12256676.
HSL color Cylindrical-coordinate representation of color #A405BB: hue angle of 292.42º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A405BB is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 5 | 187 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.27 |
| HSL | 292.42º | 0.95% | 0.38% | - |
| HSV(B) | 292.42º | 0.97% | 0.73% | - |
| XYZ | 24.33 | 11.59 | 47.97 | - |
| YUV | 73.29 | 192.18 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 5 | 187 | 0.12 | 0.97 | 0 | 0.27 | 292.42 | 0.95 | 0.38 |
| Hex | A4 | 5 | BB | C | 61 | 0 | 1B | 124 | 5F | 26 |
| Octal | 244 | 5 | 273 | 14 | 141 | 0 | 33 | 444 | 137 | 46 |
| Binary | 10100100 | 101 | 10111011 | 1100 | 1100001 | 0 | 11011 | 100100100 | 1011111 | 100110 |
Color Harmonies of #A405BB
Complementary color
Monochromatic Colors of #A405BB
Black with #A405BB
Text Example
Text Example
White with #A405BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A405BB; }
p { color: rgb(164,5,187); }
H1.HeaderClassName
{
color: #A405BB;
}
.AnyTagClassName
{
color: #A405BB;
}
</style>
background-color css
<style>
a { background-color: #A405BB; }
a { background-color: rgb(164,5,187); }
div.DivClassName
{
background-color: #A405BB;
}
.BgClassName
{
background-color: #A405BB;
}
</style>
border-color css
<style>
span { border-color: #A405BB; }
span { border-color: rgb(164,5,187); }
td.TdClassName
{
border-color: #A405BB;
}
.TagClassName
{
border-color: #A405BB;
}
</style>