Shades of Blue Violet #AA43FF
Tints of Blue Violet #AA43FF
RGB
CMYK
RGB Variations
Color information
#AA43FF (or 0xAA43FF) is known color: Blue Violet. HEX triplet: AA, 43 and FF. RGB value is (170,67,255). Sum of RGB (Red+Green+Blue) = 170+67+255=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 67 (26.56% from 255 or 13.62% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA43FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA43FF is #55BC00. Grayscale: #767676. Windows color (decimal): -5618689 or 16729002. OLE color: 16729002.
HSL color Cylindrical-coordinate representation of color #AA43FF: hue angle of 272.87º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA43FF is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 67 | 255 | - |
| CMYK | 0.33 | 0.74 | 0 | 0 |
| HSL | 272.87º | 1% | 0.63% | - |
| HSV(B) | 272.87º | 0.74% | 1% | - |
| XYZ | 36.63 | 19.78 | 96.49 | - |
| YUV | 119.23 | 204.62 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 255 | 0.33 | 0.74 | 0 | 0 | 272.87 | 1 | 0.63 |
| Hex | AA | 43 | FF | 21 | 4A | 0 | 0 | 111 | 64 | 3F |
| Octal | 252 | 103 | 377 | 41 | 112 | 0 | 0 | 421 | 144 | 77 |
| Binary | 10101010 | 1000011 | 11111111 | 100001 | 1001010 | 0 | 0 | 100010001 | 1100100 | 111111 |
Color Harmonies of #AA43FF
Complementary color
Monochromatic Colors of #AA43FF
Black with #AA43FF
Text Example
Text Example
White with #AA43FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA43FF; }
p { color: rgb(170,67,255); }
H1.HeaderClassName
{
color: #AA43FF;
}
.AnyTagClassName
{
color: #AA43FF;
}
</style>
background-color css
<style>
a { background-color: #AA43FF; }
a { background-color: rgb(170,67,255); }
div.DivClassName
{
background-color: #AA43FF;
}
.BgClassName
{
background-color: #AA43FF;
}
</style>
border-color css
<style>
span { border-color: #AA43FF; }
span { border-color: rgb(170,67,255); }
td.TdClassName
{
border-color: #AA43FF;
}
.TagClassName
{
border-color: #AA43FF;
}
</style>