Shades of Blue Violet #AA25FA
Tints of Blue Violet #AA25FA
RGB
CMYK
RGB Variations
Color information
#AA25FA (or 0xAA25FA) is known color: Blue Violet. HEX triplet: AA, 25 and FA. RGB value is (170,37,250). Sum of RGB (Red+Green+Blue) = 170+37+250=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 37 (14.84% from 255 or 8.10% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA25FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA25FA is #55DA05. Grayscale: #646464. Windows color (decimal): -5626374 or 16393642. OLE color: 16393642.
HSL color Cylindrical-coordinate representation of color #AA25FA: hue angle of 277.46º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA25FA is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 37 | 250 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.02 |
| HSL | 277.46º | 0.96% | 0.56% | - |
| HSV(B) | 277.46º | 0.85% | 0.98% | - |
| XYZ | 34.49 | 16.77 | 91.86 | - |
| YUV | 101.05 | 212.06 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 250 | 0.32 | 0.85 | 0 | 0.02 | 277.46 | 0.96 | 0.56 |
| Hex | AA | 25 | FA | 20 | 55 | 0 | 2 | 115 | 60 | 38 |
| Octal | 252 | 45 | 372 | 40 | 125 | 0 | 2 | 425 | 140 | 70 |
| Binary | 10101010 | 100101 | 11111010 | 100000 | 1010101 | 0 | 10 | 100010101 | 1100000 | 111000 |
Color Harmonies of #AA25FA
Complementary color
Monochromatic Colors of #AA25FA
Black with #AA25FA
Text Example
Text Example
White with #AA25FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA25FA; }
p { color: rgb(170,37,250); }
H1.HeaderClassName
{
color: #AA25FA;
}
.AnyTagClassName
{
color: #AA25FA;
}
</style>
background-color css
<style>
a { background-color: #AA25FA; }
a { background-color: rgb(170,37,250); }
div.DivClassName
{
background-color: #AA25FA;
}
.BgClassName
{
background-color: #AA25FA;
}
</style>
border-color css
<style>
span { border-color: #AA25FA; }
span { border-color: rgb(170,37,250); }
td.TdClassName
{
border-color: #AA25FA;
}
.TagClassName
{
border-color: #AA25FA;
}
</style>