Shades of Violet Blue #A25AA2
Tints of Violet Blue #A25AA2
RGB
CMYK
RGB Variations
Color information
#A25AA2 (or 0xA25AA2) is known color: Violet Blue. HEX triplet: A2, 5A and A2. RGB value is (162,90,162). Sum of RGB (Red+Green+Blue) = 162+90+162=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 162 (63.67% from 255 or 39.13% from 414); Max value from RGB is 162 - color contains mainly: red, blue. Hex color #A25AA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25AA2 is #5DA55D. Grayscale: #777777. Windows color (decimal): -6137182 or 10640034. OLE color: 10640034.
HSL color Cylindrical-coordinate representation of color #A25AA2: hue angle of 300º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A25AA2 is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 90 | 162 | - |
| CMYK | 0 | 0.44 | 0 | 0.36 |
| HSL | 300º | 0.29% | 0.49% | - |
| HSV(B) | 300º | 0.44% | 0.64% | - |
| XYZ | 25.08 | 17.6 | 36.26 | - |
| YUV | 119.74 | 151.85 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 162 | 0 | 0.44 | 0 | 0.36 | 300 | 0.29 | 0.49 |
| Hex | A2 | 5A | A2 | 0 | 2C | 0 | 24 | 12C | 1D | 31 |
| Octal | 242 | 132 | 242 | 0 | 54 | 0 | 44 | 454 | 35 | 61 |
| Binary | 10100010 | 1011010 | 10100010 | 0 | 101100 | 0 | 100100 | 100101100 | 11101 | 110001 |
Color Harmonies of #A25AA2
Complementary color
Monochromatic Colors of #A25AA2
Black with #A25AA2
Text Example
Text Example
White with #A25AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25AA2; }
p { color: rgb(162,90,162); }
H1.HeaderClassName
{
color: #A25AA2;
}
.AnyTagClassName
{
color: #A25AA2;
}
</style>
background-color css
<style>
a { background-color: #A25AA2; }
a { background-color: rgb(162,90,162); }
div.DivClassName
{
background-color: #A25AA2;
}
.BgClassName
{
background-color: #A25AA2;
}
</style>
border-color css
<style>
span { border-color: #A25AA2; }
span { border-color: rgb(162,90,162); }
td.TdClassName
{
border-color: #A25AA2;
}
.TagClassName
{
border-color: #A25AA2;
}
</style>