Shades of Violet Blue #A25AAF
Tints of Violet Blue #A25AAF
RGB
CMYK
RGB Variations
Color information
#A25AAF (or 0xA25AAF) is known color: Violet Blue. HEX triplet: A2, 5A and AF. RGB value is (162,90,175). Sum of RGB (Red+Green+Blue) = 162+90+175=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #A25AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25AAF is #5DA550. Grayscale: #787878. Windows color (decimal): -6137169 or 11492002. OLE color: 11492002.
HSL color Cylindrical-coordinate representation of color #A25AAF: hue angle of 290.82º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A25AAF is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 90 | 175 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.31 |
| HSL | 290.82º | 0.35% | 0.52% | - |
| HSV(B) | 290.82º | 0.49% | 0.69% | - |
| XYZ | 26.29 | 18.09 | 42.66 | - |
| YUV | 121.22 | 158.35 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 90 | 175 | 0.07 | 0.49 | 0 | 0.31 | 290.82 | 0.35 | 0.52 |
| Hex | A2 | 5A | AF | 7 | 31 | 0 | 1F | 123 | 23 | 34 |
| Octal | 242 | 132 | 257 | 7 | 61 | 0 | 37 | 443 | 43 | 64 |
| Binary | 10100010 | 1011010 | 10101111 | 111 | 110001 | 0 | 11111 | 100100011 | 100011 | 110100 |
Color Harmonies of #A25AAF
Complementary color
Monochromatic Colors of #A25AAF
Black with #A25AAF
Text Example
Text Example
White with #A25AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25AAF; }
p { color: rgb(162,90,175); }
H1.HeaderClassName
{
color: #A25AAF;
}
.AnyTagClassName
{
color: #A25AAF;
}
</style>
background-color css
<style>
a { background-color: #A25AAF; }
a { background-color: rgb(162,90,175); }
div.DivClassName
{
background-color: #A25AAF;
}
.BgClassName
{
background-color: #A25AAF;
}
</style>
border-color css
<style>
span { border-color: #A25AAF; }
span { border-color: rgb(162,90,175); }
td.TdClassName
{
border-color: #A25AAF;
}
.TagClassName
{
border-color: #A25AAF;
}
</style>