Shades of Blue Violet #AA34FF
Tints of Blue Violet #AA34FF
RGB
CMYK
RGB Variations
Color information
#AA34FF (or 0xAA34FF) is known color: Blue Violet. HEX triplet: AA, 34 and FF. RGB value is (170,52,255). Sum of RGB (Red+Green+Blue) = 170+52+255=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 52 (20.70% from 255 or 10.90% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA34FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA34FF is #55CB00. Grayscale: #6D6D6D. Windows color (decimal): -5622529 or 16725162. OLE color: 16725162.
HSL color Cylindrical-coordinate representation of color #AA34FF: hue angle of 274.88º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA34FF is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 52 | 255 | - |
| CMYK | 0.33 | 0.80 | 0 | 0 |
| HSL | 274.88º | 1% | 0.6% | - |
| HSV(B) | 274.88º | 0.8% | 1% | - |
| XYZ | 35.86 | 18.22 | 96.24 | - |
| YUV | 110.42 | 209.59 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 255 | 0.33 | 0.80 | 0 | 0 | 274.88 | 1 | 0.6 |
| Hex | AA | 34 | FF | 21 | 50 | 0 | 0 | 113 | 64 | 3C |
| Octal | 252 | 64 | 377 | 41 | 120 | 0 | 0 | 423 | 144 | 74 |
| Binary | 10101010 | 110100 | 11111111 | 100001 | 1010000 | 0 | 0 | 100010011 | 1100100 | 111100 |
Color Harmonies of #AA34FF
Complementary color
Monochromatic Colors of #AA34FF
Black with #AA34FF
Text Example
Text Example
White with #AA34FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA34FF; }
p { color: rgb(170,52,255); }
H1.HeaderClassName
{
color: #AA34FF;
}
.AnyTagClassName
{
color: #AA34FF;
}
</style>
background-color css
<style>
a { background-color: #AA34FF; }
a { background-color: rgb(170,52,255); }
div.DivClassName
{
background-color: #AA34FF;
}
.BgClassName
{
background-color: #AA34FF;
}
</style>
border-color css
<style>
span { border-color: #AA34FF; }
span { border-color: rgb(170,52,255); }
td.TdClassName
{
border-color: #AA34FF;
}
.TagClassName
{
border-color: #AA34FF;
}
</style>