Shades of Vivid Violet #A330A7
Tints of Vivid Violet #A330A7
RGB
CMYK
RGB Variations
Color information
#A330A7 (or 0xA330A7) is known color: Vivid Violet. HEX triplet: A3, 30 and A7. RGB value is (163,48,167). Sum of RGB (Red+Green+Blue) = 163+48+167=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 167 (65.62% from 255 or 44.18% from 378); Max value from RGB is 167 - color contains mainly: blue. Hex color #A330A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A330A7 is #5CCF58. Grayscale: #5F5F5F. Windows color (decimal): -6082393 or 10956963. OLE color: 10956963.
HSL color Cylindrical-coordinate representation of color #A330A7: hue angle of 297.98º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A330A7 is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 48 | 167 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.35 |
| HSL | 297.98º | 0.55% | 0.42% | - |
| HSV(B) | 297.98º | 0.71% | 0.65% | - |
| XYZ | 23.14 | 12.69 | 37.79 | - |
| YUV | 95.95 | 168.1 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 48 | 167 | 0.02 | 0.71 | 0 | 0.35 | 297.98 | 0.55 | 0.42 |
| Hex | A3 | 30 | A7 | 2 | 47 | 0 | 23 | 12A | 37 | 2A |
| Octal | 243 | 60 | 247 | 2 | 107 | 0 | 43 | 452 | 67 | 52 |
| Binary | 10100011 | 110000 | 10100111 | 10 | 1000111 | 0 | 100011 | 100101010 | 110111 | 101010 |
Color Harmonies of #A330A7
Complementary color
Monochromatic Colors of #A330A7
Black with #A330A7
Text Example
Text Example
White with #A330A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A330A7; }
p { color: rgb(163,48,167); }
H1.HeaderClassName
{
color: #A330A7;
}
.AnyTagClassName
{
color: #A330A7;
}
</style>
background-color css
<style>
a { background-color: #A330A7; }
a { background-color: rgb(163,48,167); }
div.DivClassName
{
background-color: #A330A7;
}
.BgClassName
{
background-color: #A330A7;
}
</style>
border-color css
<style>
span { border-color: #A330A7; }
span { border-color: rgb(163,48,167); }
td.TdClassName
{
border-color: #A330A7;
}
.TagClassName
{
border-color: #A330A7;
}
</style>