Shades of Dark Violet #A812B1
Tints of Dark Violet #A812B1
RGB
CMYK
RGB Variations
Color information
#A812B1 (or 0xA812B1) is known color: Dark Violet. HEX triplet: A8, 12 and B1. RGB value is (168,18,177). Sum of RGB (Red+Green+Blue) = 168+18+177=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 18 (7.42% from 255 or 4.96% from 363); Blue value is 177 (69.53% from 255 or 48.76% from 363); Max value from RGB is 177 - color contains mainly: blue. Hex color #A812B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A812B1 is #57ED4E. Grayscale: #505050. Windows color (decimal): -5762383 or 11604648. OLE color: 11604648.
HSL color Cylindrical-coordinate representation of color #A812B1: hue angle of 296.6º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A812B1 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 18 | 177 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.31 |
| HSL | 296.6º | 0.82% | 0.38% | - |
| HSV(B) | 296.6º | 0.9% | 0.69% | - |
| XYZ | 24.3 | 11.93 | 42.62 | - |
| YUV | 80.98 | 182.2 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 177 | 0.05 | 0.90 | 0 | 0.31 | 296.6 | 0.82 | 0.38 |
| Hex | A8 | 12 | B1 | 5 | 5A | 0 | 1F | 129 | 52 | 26 |
| Octal | 250 | 22 | 261 | 5 | 132 | 0 | 37 | 451 | 122 | 46 |
| Binary | 10101000 | 10010 | 10110001 | 101 | 1011010 | 0 | 11111 | 100101001 | 1010010 | 100110 |
Color Harmonies of #A812B1
Complementary color
Monochromatic Colors of #A812B1
Black with #A812B1
Text Example
Text Example
White with #A812B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A812B1; }
p { color: rgb(168,18,177); }
H1.HeaderClassName
{
color: #A812B1;
}
.AnyTagClassName
{
color: #A812B1;
}
</style>
background-color css
<style>
a { background-color: #A812B1; }
a { background-color: rgb(168,18,177); }
div.DivClassName
{
background-color: #A812B1;
}
.BgClassName
{
background-color: #A812B1;
}
</style>
border-color css
<style>
span { border-color: #A812B1; }
span { border-color: rgb(168,18,177); }
td.TdClassName
{
border-color: #A812B1;
}
.TagClassName
{
border-color: #A812B1;
}
</style>