Shades of Vivid Violet #A428A7
Tints of Vivid Violet #A428A7
RGB
CMYK
RGB Variations
Color information
#A428A7 (or 0xA428A7) is known color: Vivid Violet. HEX triplet: A4, 28 and A7. RGB value is (164,40,167). Sum of RGB (Red+Green+Blue) = 164+40+167=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 167 (65.62% from 255 or 45.01% from 371); Max value from RGB is 167 - color contains mainly: blue. Hex color #A428A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A428A7 is #5BD758. Grayscale: #5B5B5B. Windows color (decimal): -6018905 or 10954916. OLE color: 10954916.
HSL color Cylindrical-coordinate representation of color #A428A7: hue angle of 298.58º 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 #A428A7 is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 40 | 167 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.35 |
| HSL | 298.58º | 0.61% | 0.41% | - |
| HSV(B) | 298.58º | 0.76% | 0.65% | - |
| XYZ | 23.04 | 12.2 | 37.7 | - |
| YUV | 91.55 | 170.58 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 40 | 167 | 0.02 | 0.76 | 0 | 0.35 | 298.58 | 0.61 | 0.41 |
| Hex | A4 | 28 | A7 | 2 | 4C | 0 | 23 | 12B | 3D | 29 |
| Octal | 244 | 50 | 247 | 2 | 114 | 0 | 43 | 453 | 75 | 51 |
| Binary | 10100100 | 101000 | 10100111 | 10 | 1001100 | 0 | 100011 | 100101011 | 111101 | 101001 |
Color Harmonies of #A428A7
Complementary color
Monochromatic Colors of #A428A7
Black with #A428A7
Text Example
Text Example
White with #A428A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A428A7; }
p { color: rgb(164,40,167); }
H1.HeaderClassName
{
color: #A428A7;
}
.AnyTagClassName
{
color: #A428A7;
}
</style>
background-color css
<style>
a { background-color: #A428A7; }
a { background-color: rgb(164,40,167); }
div.DivClassName
{
background-color: #A428A7;
}
.BgClassName
{
background-color: #A428A7;
}
</style>
border-color css
<style>
span { border-color: #A428A7; }
span { border-color: rgb(164,40,167); }
td.TdClassName
{
border-color: #A428A7;
}
.TagClassName
{
border-color: #A428A7;
}
</style>