Shades of Dark Violet #A804B3
Tints of Dark Violet #A804B3
RGB
CMYK
RGB Variations
Color information
#A804B3 (or 0xA804B3) is known color: Dark Violet. HEX triplet: A8, 04 and B3. RGB value is (168,4,179). Sum of RGB (Red+Green+Blue) = 168+4+179=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 4 (1.95% from 255 or 1.14% from 351); Blue value is 179 (70.31% from 255 or 51.00% from 351); Max value from RGB is 179 - color contains mainly: blue. Hex color #A804B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A804B3 is #57FB4C. Grayscale: #484848. Windows color (decimal): -5765965 or 11732136. OLE color: 11732136.
HSL color Cylindrical-coordinate representation of color #A804B3: hue angle of 296.23º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A804B3 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 4 | 179 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.30 |
| HSL | 296.23º | 0.96% | 0.36% | - |
| HSV(B) | 296.23º | 0.98% | 0.7% | - |
| XYZ | 24.33 | 11.67 | 43.62 | - |
| YUV | 72.99 | 187.83 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 4 | 179 | 0.06 | 0.98 | 0 | 0.30 | 296.23 | 0.96 | 0.36 |
| Hex | A8 | 4 | B3 | 6 | 62 | 0 | 1E | 128 | 60 | 24 |
| Octal | 250 | 4 | 263 | 6 | 142 | 0 | 36 | 450 | 140 | 44 |
| Binary | 10101000 | 100 | 10110011 | 110 | 1100010 | 0 | 11110 | 100101000 | 1100000 | 100100 |
Color Harmonies of #A804B3
Complementary color
Monochromatic Colors of #A804B3
Black with #A804B3
Text Example
Text Example
White with #A804B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A804B3; }
p { color: rgb(168,4,179); }
H1.HeaderClassName
{
color: #A804B3;
}
.AnyTagClassName
{
color: #A804B3;
}
</style>
background-color css
<style>
a { background-color: #A804B3; }
a { background-color: rgb(168,4,179); }
div.DivClassName
{
background-color: #A804B3;
}
.BgClassName
{
background-color: #A804B3;
}
</style>
border-color css
<style>
span { border-color: #A804B3; }
span { border-color: rgb(168,4,179); }
td.TdClassName
{
border-color: #A804B3;
}
.TagClassName
{
border-color: #A804B3;
}
</style>