Shades of Vivid Violet #A727A4
Tints of Vivid Violet #A727A4
RGB
CMYK
RGB Variations
Color information
#A727A4 (or 0xA727A4) is known color: Vivid Violet. HEX triplet: A7, 27 and A4. RGB value is (167,39,164). Sum of RGB (Red+Green+Blue) = 167+39+164=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 39 (15.62% from 255 or 10.54% from 370); Blue value is 164 (64.45% from 255 or 44.32% from 370); Max value from RGB is 167 - color contains mainly: red. Hex color #A727A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A727A4 is #58D85B. Grayscale: #5B5B5B. Windows color (decimal): -5822556 or 10758055. OLE color: 10758055.
HSL color Cylindrical-coordinate representation of color #A727A4: hue angle of 301.41º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A727A4 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 39 | 164 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.35 |
| HSL | 301.41º | 0.62% | 0.4% | - |
| HSV(B) | 301.41º | 0.77% | 0.65% | - |
| XYZ | 23.36 | 12.35 | 36.27 | - |
| YUV | 91.52 | 168.91 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 39 | 164 | 0 | 0.77 | 0.02 | 0.35 | 301.41 | 0.62 | 0.4 |
| Hex | A7 | 27 | A4 | 0 | 4D | 2 | 23 | 12D | 3E | 28 |
| Octal | 247 | 47 | 244 | 0 | 115 | 2 | 43 | 455 | 76 | 50 |
| Binary | 10100111 | 100111 | 10100100 | 0 | 1001101 | 10 | 100011 | 100101101 | 111110 | 101000 |
Color Harmonies of #A727A4
Complementary color
Monochromatic Colors of #A727A4
Black with #A727A4
Text Example
Text Example
White with #A727A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A727A4; }
p { color: rgb(167,39,164); }
H1.HeaderClassName
{
color: #A727A4;
}
.AnyTagClassName
{
color: #A727A4;
}
</style>
background-color css
<style>
a { background-color: #A727A4; }
a { background-color: rgb(167,39,164); }
div.DivClassName
{
background-color: #A727A4;
}
.BgClassName
{
background-color: #A727A4;
}
</style>
border-color css
<style>
span { border-color: #A727A4; }
span { border-color: rgb(167,39,164); }
td.TdClassName
{
border-color: #A727A4;
}
.TagClassName
{
border-color: #A727A4;
}
</style>