Shades of Dark Violet #A811B3
Tints of Dark Violet #A811B3
RGB
CMYK
RGB Variations
Color information
#A811B3 (or 0xA811B3) is known color: Dark Violet. HEX triplet: A8, 11 and B3. RGB value is (168,17,179). Sum of RGB (Red+Green+Blue) = 168+17+179=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 17 (7.03% from 255 or 4.67% from 364); Blue value is 179 (70.31% from 255 or 49.18% from 364); Max value from RGB is 179 - color contains mainly: blue. Hex color #A811B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A811B3 is #57EE4C. Grayscale: #505050. Windows color (decimal): -5762637 or 11735464. OLE color: 11735464.
HSL color Cylindrical-coordinate representation of color #A811B3: hue angle of 295.93º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A811B3 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 17 | 179 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.30 |
| HSL | 295.93º | 0.83% | 0.38% | - |
| HSV(B) | 295.93º | 0.91% | 0.7% | - |
| XYZ | 24.49 | 11.98 | 43.67 | - |
| YUV | 80.62 | 183.53 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 179 | 0.06 | 0.91 | 0 | 0.30 | 295.93 | 0.83 | 0.38 |
| Hex | A8 | 11 | B3 | 6 | 5B | 0 | 1E | 128 | 53 | 26 |
| Octal | 250 | 21 | 263 | 6 | 133 | 0 | 36 | 450 | 123 | 46 |
| Binary | 10101000 | 10001 | 10110011 | 110 | 1011011 | 0 | 11110 | 100101000 | 1010011 | 100110 |
Color Harmonies of #A811B3
Complementary color
Monochromatic Colors of #A811B3
Black with #A811B3
Text Example
Text Example
White with #A811B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A811B3; }
p { color: rgb(168,17,179); }
H1.HeaderClassName
{
color: #A811B3;
}
.AnyTagClassName
{
color: #A811B3;
}
</style>
background-color css
<style>
a { background-color: #A811B3; }
a { background-color: rgb(168,17,179); }
div.DivClassName
{
background-color: #A811B3;
}
.BgClassName
{
background-color: #A811B3;
}
</style>
border-color css
<style>
span { border-color: #A811B3; }
span { border-color: rgb(168,17,179); }
td.TdClassName
{
border-color: #A811B3;
}
.TagClassName
{
border-color: #A811B3;
}
</style>