Shades of Vivid Violet #A728A6
Tints of Vivid Violet #A728A6
RGB
CMYK
RGB Variations
Color information
#A728A6 (or 0xA728A6) is known color: Vivid Violet. HEX triplet: A7, 28 and A6. RGB value is (167,40,166). Sum of RGB (Red+Green+Blue) = 167+40+166=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 166 (65.23% from 255 or 44.50% from 373); Max value from RGB is 167 - color contains mainly: red. Hex color #A728A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A728A6 is #58D759. Grayscale: #5B5B5B. Windows color (decimal): -5822298 or 10889383. OLE color: 10889383.
HSL color Cylindrical-coordinate representation of color #A728A6: hue angle of 300.47º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A728A6 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 40 | 166 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.35 |
| HSL | 300.47º | 0.61% | 0.41% | - |
| HSV(B) | 300.47º | 0.76% | 0.65% | - |
| XYZ | 23.58 | 12.49 | 37.24 | - |
| YUV | 92.34 | 169.58 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 40 | 166 | 0 | 0.76 | 0.01 | 0.35 | 300.47 | 0.61 | 0.41 |
| Hex | A7 | 28 | A6 | 0 | 4C | 1 | 23 | 12C | 3D | 29 |
| Octal | 247 | 50 | 246 | 0 | 114 | 1 | 43 | 454 | 75 | 51 |
| Binary | 10100111 | 101000 | 10100110 | 0 | 1001100 | 1 | 100011 | 100101100 | 111101 | 101001 |
Color Harmonies of #A728A6
Complementary color
Monochromatic Colors of #A728A6
Black with #A728A6
Text Example
Text Example
White with #A728A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A728A6; }
p { color: rgb(167,40,166); }
H1.HeaderClassName
{
color: #A728A6;
}
.AnyTagClassName
{
color: #A728A6;
}
</style>
background-color css
<style>
a { background-color: #A728A6; }
a { background-color: rgb(167,40,166); }
div.DivClassName
{
background-color: #A728A6;
}
.BgClassName
{
background-color: #A728A6;
}
</style>
border-color css
<style>
span { border-color: #A728A6; }
span { border-color: rgb(167,40,166); }
td.TdClassName
{
border-color: #A728A6;
}
.TagClassName
{
border-color: #A728A6;
}
</style>