Shades of Violet Blue #A25AAD
Tints of Violet Blue #A25AAD
RGB
CMYK
RGB Variations
Color information
#A25AAD (or 0xA25AAD) is known color: Violet Blue. HEX triplet: A2, 5A and AD. RGB value is (162,90,173). Sum of RGB (Red+Green+Blue) = 162+90+173=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #A25AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25AAD is #5DA552. Grayscale: #787878. Windows color (decimal): -6137171 or 11360930. OLE color: 11360930.
HSL color Cylindrical-coordinate representation of color #A25AAD: hue angle of 292.05º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A25AAD is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 90 | 173 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.32 |
| HSL | 292.05º | 0.34% | 0.52% | - |
| HSV(B) | 292.05º | 0.48% | 0.68% | - |
| XYZ | 26.1 | 18.01 | 41.64 | - |
| YUV | 120.99 | 157.35 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 173 | 0.06 | 0.48 | 0 | 0.32 | 292.05 | 0.34 | 0.52 |
| Hex | A2 | 5A | AD | 6 | 30 | 0 | 20 | 124 | 22 | 34 |
| Octal | 242 | 132 | 255 | 6 | 60 | 0 | 40 | 444 | 42 | 64 |
| Binary | 10100010 | 1011010 | 10101101 | 110 | 110000 | 0 | 100000 | 100100100 | 100010 | 110100 |
Color Harmonies of #A25AAD
Complementary color
Monochromatic Colors of #A25AAD
Black with #A25AAD
Text Example
Text Example
White with #A25AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25AAD; }
p { color: rgb(162,90,173); }
H1.HeaderClassName
{
color: #A25AAD;
}
.AnyTagClassName
{
color: #A25AAD;
}
</style>
background-color css
<style>
a { background-color: #A25AAD; }
a { background-color: rgb(162,90,173); }
div.DivClassName
{
background-color: #A25AAD;
}
.BgClassName
{
background-color: #A25AAD;
}
</style>
border-color css
<style>
span { border-color: #A25AAD; }
span { border-color: rgb(162,90,173); }
td.TdClassName
{
border-color: #A25AAD;
}
.TagClassName
{
border-color: #A25AAD;
}
</style>