Shades of Vivid Violet #A62DA7
Tints of Vivid Violet #A62DA7
RGB
CMYK
RGB Variations
Color information
#A62DA7 (or 0xA62DA7) is known color: Vivid Violet. HEX triplet: A6, 2D and A7. RGB value is (166,45,167). Sum of RGB (Red+Green+Blue) = 166+45+167=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 45 (17.97% from 255 or 11.90% 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 #A62DA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62DA7 is #59D258. Grayscale: #5E5E5E. Windows color (decimal): -5886553 or 10956198. OLE color: 10956198.
HSL color Cylindrical-coordinate representation of color #A62DA7: hue angle of 299.51º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A62DA7 is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 45 | 167 | - |
| CMYK | 0.01 | 0.73 | 0 | 0.35 |
| HSL | 299.51º | 0.58% | 0.42% | - |
| HSV(B) | 299.51º | 0.73% | 0.65% | - |
| XYZ | 23.64 | 12.77 | 37.78 | - |
| YUV | 95.09 | 168.59 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 45 | 167 | 0.01 | 0.73 | 0 | 0.35 | 299.51 | 0.58 | 0.42 |
| Hex | A6 | 2D | A7 | 1 | 49 | 0 | 23 | 12C | 3A | 2A |
| Octal | 246 | 55 | 247 | 1 | 111 | 0 | 43 | 454 | 72 | 52 |
| Binary | 10100110 | 101101 | 10100111 | 1 | 1001001 | 0 | 100011 | 100101100 | 111010 | 101010 |
Color Harmonies of #A62DA7
Complementary color
Monochromatic Colors of #A62DA7
Black with #A62DA7
Text Example
Text Example
White with #A62DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62DA7; }
p { color: rgb(166,45,167); }
H1.HeaderClassName
{
color: #A62DA7;
}
.AnyTagClassName
{
color: #A62DA7;
}
</style>
background-color css
<style>
a { background-color: #A62DA7; }
a { background-color: rgb(166,45,167); }
div.DivClassName
{
background-color: #A62DA7;
}
.BgClassName
{
background-color: #A62DA7;
}
</style>
border-color css
<style>
span { border-color: #A62DA7; }
span { border-color: rgb(166,45,167); }
td.TdClassName
{
border-color: #A62DA7;
}
.TagClassName
{
border-color: #A62DA7;
}
</style>