Shades of Dark Violet #A604B2
Tints of Dark Violet #A604B2
RGB
CMYK
RGB Variations
Color information
#A604B2 (or 0xA604B2) is known color: Dark Violet. HEX triplet: A6, 04 and B2. RGB value is (166,4,178). Sum of RGB (Red+Green+Blue) = 166+4+178=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 178 (69.92% from 255 or 51.15% from 348); Max value from RGB is 178 - color contains mainly: blue. Hex color #A604B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A604B2 is #59FB4D. Grayscale: #474747. Windows color (decimal): -5897038 or 11666598. OLE color: 11666598.
HSL color Cylindrical-coordinate representation of color #A604B2: hue angle of 295.86º 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 #A604B2 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 4 | 178 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.30 |
| HSL | 295.86º | 0.96% | 0.36% | - |
| HSV(B) | 295.86º | 0.98% | 0.7% | - |
| XYZ | 23.81 | 11.41 | 43.07 | - |
| YUV | 72.27 | 187.67 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 4 | 178 | 0.07 | 0.98 | 0 | 0.30 | 295.86 | 0.96 | 0.36 |
| Hex | A6 | 4 | B2 | 7 | 62 | 0 | 1E | 128 | 60 | 24 |
| Octal | 246 | 4 | 262 | 7 | 142 | 0 | 36 | 450 | 140 | 44 |
| Binary | 10100110 | 100 | 10110010 | 111 | 1100010 | 0 | 11110 | 100101000 | 1100000 | 100100 |
Color Harmonies of #A604B2
Complementary color
Monochromatic Colors of #A604B2
Black with #A604B2
Text Example
Text Example
White with #A604B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A604B2; }
p { color: rgb(166,4,178); }
H1.HeaderClassName
{
color: #A604B2;
}
.AnyTagClassName
{
color: #A604B2;
}
</style>
background-color css
<style>
a { background-color: #A604B2; }
a { background-color: rgb(166,4,178); }
div.DivClassName
{
background-color: #A604B2;
}
.BgClassName
{
background-color: #A604B2;
}
</style>
border-color css
<style>
span { border-color: #A604B2; }
span { border-color: rgb(166,4,178); }
td.TdClassName
{
border-color: #A604B2;
}
.TagClassName
{
border-color: #A604B2;
}
</style>