Shades of Vivid Violet #A624A4
Tints of Vivid Violet #A624A4
RGB
CMYK
RGB Variations
Color information
#A624A4 (or 0xA624A4) is known color: Vivid Violet. HEX triplet: A6, 24 and A4. RGB value is (166,36,164). Sum of RGB (Red+Green+Blue) = 166+36+164=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 36 (14.45% from 255 or 9.84% from 366); Blue value is 164 (64.45% from 255 or 44.81% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A624A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A624A4 is #59DB5B. Grayscale: #595959. Windows color (decimal): -5888860 or 10757286. OLE color: 10757286.
HSL color Cylindrical-coordinate representation of color #A624A4: hue angle of 300.92º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A624A4 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 36 | 164 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.35 |
| HSL | 300.92º | 0.64% | 0.4% | - |
| HSV(B) | 300.92º | 0.78% | 0.65% | - |
| XYZ | 23.06 | 12.05 | 36.23 | - |
| YUV | 89.46 | 170.07 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 36 | 164 | 0 | 0.78 | 0.01 | 0.35 | 300.92 | 0.64 | 0.4 |
| Hex | A6 | 24 | A4 | 0 | 4E | 1 | 23 | 12D | 40 | 28 |
| Octal | 246 | 44 | 244 | 0 | 116 | 1 | 43 | 455 | 100 | 50 |
| Binary | 10100110 | 100100 | 10100100 | 0 | 1001110 | 1 | 100011 | 100101101 | 1000000 | 101000 |
Color Harmonies of #A624A4
Complementary color
Monochromatic Colors of #A624A4
Black with #A624A4
Text Example
Text Example
White with #A624A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A624A4; }
p { color: rgb(166,36,164); }
H1.HeaderClassName
{
color: #A624A4;
}
.AnyTagClassName
{
color: #A624A4;
}
</style>
background-color css
<style>
a { background-color: #A624A4; }
a { background-color: rgb(166,36,164); }
div.DivClassName
{
background-color: #A624A4;
}
.BgClassName
{
background-color: #A624A4;
}
</style>
border-color css
<style>
span { border-color: #A624A4; }
span { border-color: rgb(166,36,164); }
td.TdClassName
{
border-color: #A624A4;
}
.TagClassName
{
border-color: #A624A4;
}
</style>