Shades of Violet Blue #A25AAA
Tints of Violet Blue #A25AAA
RGB
CMYK
RGB Variations
Color information
#A25AAA (or 0xA25AAA) is known color: Violet Blue. HEX triplet: A2, 5A and AA. RGB value is (162,90,170). Sum of RGB (Red+Green+Blue) = 162+90+170=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #A25AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25AAA is #5DA555. Grayscale: #787878. Windows color (decimal): -6137174 or 11164322. OLE color: 11164322.
HSL color Cylindrical-coordinate representation of color #A25AAA: hue angle of 294º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A25AAA is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 90 | 170 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.33 |
| HSL | 294º | 0.32% | 0.51% | - |
| HSV(B) | 294º | 0.47% | 0.67% | - |
| XYZ | 25.81 | 17.9 | 40.12 | - |
| YUV | 120.65 | 155.85 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 170 | 0.05 | 0.47 | 0 | 0.33 | 294 | 0.32 | 0.51 |
| Hex | A2 | 5A | AA | 5 | 2F | 0 | 21 | 126 | 20 | 33 |
| Octal | 242 | 132 | 252 | 5 | 57 | 0 | 41 | 446 | 40 | 63 |
| Binary | 10100010 | 1011010 | 10101010 | 101 | 101111 | 0 | 100001 | 100100110 | 100000 | 110011 |
Color Harmonies of #A25AAA
Complementary color
Monochromatic Colors of #A25AAA
Black with #A25AAA
Text Example
Text Example
White with #A25AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25AAA; }
p { color: rgb(162,90,170); }
H1.HeaderClassName
{
color: #A25AAA;
}
.AnyTagClassName
{
color: #A25AAA;
}
</style>
background-color css
<style>
a { background-color: #A25AAA; }
a { background-color: rgb(162,90,170); }
div.DivClassName
{
background-color: #A25AAA;
}
.BgClassName
{
background-color: #A25AAA;
}
</style>
border-color css
<style>
span { border-color: #A25AAA; }
span { border-color: rgb(162,90,170); }
td.TdClassName
{
border-color: #A25AAA;
}
.TagClassName
{
border-color: #A25AAA;
}
</style>