Shades of Violet Blue #A25AA7
Tints of Violet Blue #A25AA7
RGB
CMYK
RGB Variations
Color information
#A25AA7 (or 0xA25AA7) is known color: Violet Blue. HEX triplet: A2, 5A and A7. RGB value is (162,90,167). Sum of RGB (Red+Green+Blue) = 162+90+167=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 167 (65.62% from 255 or 39.86% from 419); Max value from RGB is 167 - color contains mainly: blue. Hex color #A25AA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25AA7 is #5DA558. Grayscale: #787878. Windows color (decimal): -6137177 or 10967714. OLE color: 10967714.
HSL color Cylindrical-coordinate representation of color #A25AA7: hue angle of 296.1º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A25AA7 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 162 | 90 | 167 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.35 |
| HSL | 296.1º | 0.3% | 0.5% | - |
| HSV(B) | 296.1º | 0.46% | 0.65% | - |
| XYZ | 25.53 | 17.78 | 38.65 | - |
| YUV | 120.31 | 154.35 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 167 | 0.03 | 0.46 | 0 | 0.35 | 296.1 | 0.3 | 0.5 |
| Hex | A2 | 5A | A7 | 3 | 2E | 0 | 23 | 128 | 1E | 32 |
| Octal | 242 | 132 | 247 | 3 | 56 | 0 | 43 | 450 | 36 | 62 |
| Binary | 10100010 | 1011010 | 10100111 | 11 | 101110 | 0 | 100011 | 100101000 | 11110 | 110010 |
Color Harmonies of #A25AA7
Complementary color
Monochromatic Colors of #A25AA7
Black with #A25AA7
Text Example
Text Example
White with #A25AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25AA7; }
p { color: rgb(162,90,167); }
H1.HeaderClassName
{
color: #A25AA7;
}
.AnyTagClassName
{
color: #A25AA7;
}
</style>
background-color css
<style>
a { background-color: #A25AA7; }
a { background-color: rgb(162,90,167); }
div.DivClassName
{
background-color: #A25AA7;
}
.BgClassName
{
background-color: #A25AA7;
}
</style>
border-color css
<style>
span { border-color: #A25AA7; }
span { border-color: rgb(162,90,167); }
td.TdClassName
{
border-color: #A25AA7;
}
.TagClassName
{
border-color: #A25AA7;
}
</style>