Shades of Dark Violet #A813B3
Tints of Dark Violet #A813B3
RGB
CMYK
RGB Variations
Color information
#A813B3 (or 0xA813B3) is known color: Dark Violet. HEX triplet: A8, 13 and B3. RGB value is (168,19,179). Sum of RGB (Red+Green+Blue) = 168+19+179=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 19 (7.81% from 255 or 5.19% from 366); Blue value is 179 (70.31% from 255 or 48.91% from 366); Max value from RGB is 179 - color contains mainly: blue. Hex color #A813B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A813B3 is #57EC4C. Grayscale: #515151. Windows color (decimal): -5762125 or 11735976. OLE color: 11735976.
HSL color Cylindrical-coordinate representation of color #A813B3: hue angle of 295.88º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A813B3 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 19 | 179 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.30 |
| HSL | 295.88º | 0.81% | 0.39% | - |
| HSV(B) | 295.88º | 0.89% | 0.7% | - |
| XYZ | 24.52 | 12.05 | 43.68 | - |
| YUV | 81.79 | 182.86 | 189.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 179 | 0.06 | 0.89 | 0 | 0.30 | 295.88 | 0.81 | 0.39 |
| Hex | A8 | 13 | B3 | 6 | 59 | 0 | 1E | 128 | 51 | 27 |
| Octal | 250 | 23 | 263 | 6 | 131 | 0 | 36 | 450 | 121 | 47 |
| Binary | 10101000 | 10011 | 10110011 | 110 | 1011001 | 0 | 11110 | 100101000 | 1010001 | 100111 |
Color Harmonies of #A813B3
Complementary color
Monochromatic Colors of #A813B3
Black with #A813B3
Text Example
Text Example
White with #A813B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A813B3; }
p { color: rgb(168,19,179); }
H1.HeaderClassName
{
color: #A813B3;
}
.AnyTagClassName
{
color: #A813B3;
}
</style>
background-color css
<style>
a { background-color: #A813B3; }
a { background-color: rgb(168,19,179); }
div.DivClassName
{
background-color: #A813B3;
}
.BgClassName
{
background-color: #A813B3;
}
</style>
border-color css
<style>
span { border-color: #A813B3; }
span { border-color: rgb(168,19,179); }
td.TdClassName
{
border-color: #A813B3;
}
.TagClassName
{
border-color: #A813B3;
}
</style>