Shades of Violet Blue #A25C8F
Tints of Violet Blue #A25C8F
RGB
CMYK
RGB Variations
Color information
#A25C8F (or 0xA25C8F) is known color: Violet Blue. HEX triplet: A2, 5C and 8F. RGB value is (162,92,143). Sum of RGB (Red+Green+Blue) = 162+92+143=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25C8F is #5DA370. Grayscale: #767676. Windows color (decimal): -6136689 or 9395362. OLE color: 9395362.
HSL color Cylindrical-coordinate representation of color #A25C8F: hue angle of 316.29º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A25C8F is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 92 | 143 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.36 |
| HSL | 316.29º | 0.28% | 0.5% | - |
| HSV(B) | 316.29º | 0.43% | 0.64% | - |
| XYZ | 23.69 | 17.32 | 28.08 | - |
| YUV | 118.74 | 141.69 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 92 | 143 | 0 | 0.43 | 0.12 | 0.36 | 316.29 | 0.28 | 0.5 |
| Hex | A2 | 5C | 8F | 0 | 2B | C | 24 | 13C | 1C | 32 |
| Octal | 242 | 134 | 217 | 0 | 53 | 14 | 44 | 474 | 34 | 62 |
| Binary | 10100010 | 1011100 | 10001111 | 0 | 101011 | 1100 | 100100 | 100111100 | 11100 | 110010 |
Color Harmonies of #A25C8F
Complementary color
Monochromatic Colors of #A25C8F
Black with #A25C8F
Text Example
Text Example
White with #A25C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25C8F; }
p { color: rgb(162,92,143); }
H1.HeaderClassName
{
color: #A25C8F;
}
.AnyTagClassName
{
color: #A25C8F;
}
</style>
background-color css
<style>
a { background-color: #A25C8F; }
a { background-color: rgb(162,92,143); }
div.DivClassName
{
background-color: #A25C8F;
}
.BgClassName
{
background-color: #A25C8F;
}
</style>
border-color css
<style>
span { border-color: #A25C8F; }
span { border-color: rgb(162,92,143); }
td.TdClassName
{
border-color: #A25C8F;
}
.TagClassName
{
border-color: #A25C8F;
}
</style>