Shades of Violet Blue #A25FAE
Tints of Violet Blue #A25FAE
RGB
CMYK
RGB Variations
Color information
#A25FAE (or 0xA25FAE) is known color: Violet Blue. HEX triplet: A2, 5F and AE. RGB value is (162,95,174). Sum of RGB (Red+Green+Blue) = 162+95+174=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #A25FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25FAE is #5DA051. Grayscale: #7B7B7B. Windows color (decimal): -6135890 or 11427746. OLE color: 11427746.
HSL color Cylindrical-coordinate representation of color #A25FAE: hue angle of 290.89º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A25FAE is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 95 | 174 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.32 |
| HSL | 290.89º | 0.33% | 0.53% | - |
| HSV(B) | 290.89º | 0.45% | 0.68% | - |
| XYZ | 26.63 | 18.92 | 42.29 | - |
| YUV | 124.04 | 156.2 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 95 | 174 | 0.07 | 0.45 | 0 | 0.32 | 290.89 | 0.33 | 0.53 |
| Hex | A2 | 5F | AE | 7 | 2D | 0 | 20 | 123 | 21 | 35 |
| Octal | 242 | 137 | 256 | 7 | 55 | 0 | 40 | 443 | 41 | 65 |
| Binary | 10100010 | 1011111 | 10101110 | 111 | 101101 | 0 | 100000 | 100100011 | 100001 | 110101 |
Color Harmonies of #A25FAE
Complementary color
Monochromatic Colors of #A25FAE
Black with #A25FAE
Text Example
Text Example
White with #A25FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25FAE; }
p { color: rgb(162,95,174); }
H1.HeaderClassName
{
color: #A25FAE;
}
.AnyTagClassName
{
color: #A25FAE;
}
</style>
background-color css
<style>
a { background-color: #A25FAE; }
a { background-color: rgb(162,95,174); }
div.DivClassName
{
background-color: #A25FAE;
}
.BgClassName
{
background-color: #A25FAE;
}
</style>
border-color css
<style>
span { border-color: #A25FAE; }
span { border-color: rgb(162,95,174); }
td.TdClassName
{
border-color: #A25FAE;
}
.TagClassName
{
border-color: #A25FAE;
}
</style>