Shades of Vivid Violet #A42AA7
Tints of Vivid Violet #A42AA7
RGB
CMYK
RGB Variations
Color information
#A42AA7 (or 0xA42AA7) is known color: Vivid Violet. HEX triplet: A4, 2A and A7. RGB value is (164,42,167). Sum of RGB (Red+Green+Blue) = 164+42+167=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 42 (16.80% from 255 or 11.26% from 373); Blue value is 167 (65.62% from 255 or 44.77% from 373); Max value from RGB is 167 - color contains mainly: blue. Hex color #A42AA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42AA7 is #5BD558. Grayscale: #5C5C5C. Windows color (decimal): -6018393 or 10955428. OLE color: 10955428.
HSL color Cylindrical-coordinate representation of color #A42AA7: hue angle of 298.56º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A42AA7 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 42 | 167 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.35 |
| HSL | 298.56º | 0.6% | 0.41% | - |
| HSV(B) | 298.56º | 0.75% | 0.65% | - |
| XYZ | 23.11 | 12.34 | 37.72 | - |
| YUV | 92.73 | 169.92 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 42 | 167 | 0.02 | 0.75 | 0 | 0.35 | 298.56 | 0.6 | 0.41 |
| Hex | A4 | 2A | A7 | 2 | 4B | 0 | 23 | 12B | 3C | 29 |
| Octal | 244 | 52 | 247 | 2 | 113 | 0 | 43 | 453 | 74 | 51 |
| Binary | 10100100 | 101010 | 10100111 | 10 | 1001011 | 0 | 100011 | 100101011 | 111100 | 101001 |
Color Harmonies of #A42AA7
Complementary color
Monochromatic Colors of #A42AA7
Black with #A42AA7
Text Example
Text Example
White with #A42AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A42AA7; }
p { color: rgb(164,42,167); }
H1.HeaderClassName
{
color: #A42AA7;
}
.AnyTagClassName
{
color: #A42AA7;
}
</style>
background-color css
<style>
a { background-color: #A42AA7; }
a { background-color: rgb(164,42,167); }
div.DivClassName
{
background-color: #A42AA7;
}
.BgClassName
{
background-color: #A42AA7;
}
</style>
border-color css
<style>
span { border-color: #A42AA7; }
span { border-color: rgb(164,42,167); }
td.TdClassName
{
border-color: #A42AA7;
}
.TagClassName
{
border-color: #A42AA7;
}
</style>