Shades of Blue Violet #AA34FE
Tints of Blue Violet #AA34FE
RGB
CMYK
RGB Variations
Color information
#AA34FE (or 0xAA34FE) is known color: Blue Violet. HEX triplet: AA, 34 and FE. RGB value is (170,52,254). Sum of RGB (Red+Green+Blue) = 170+52+254=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 52 (20.70% from 255 or 10.92% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA34FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA34FE is #55CB01. Grayscale: #6D6D6D. Windows color (decimal): -5622530 or 16659626. OLE color: 16659626.
HSL color Cylindrical-coordinate representation of color #AA34FE: hue angle of 275.05º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA34FE is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 52 | 254 | - |
| CMYK | 0.33 | 0.80 | 0 | 0.00 |
| HSL | 275.05º | 0.99% | 0.6% | - |
| HSV(B) | 275.05º | 0.8% | 1% | - |
| XYZ | 35.69 | 18.16 | 95.39 | - |
| YUV | 110.31 | 209.09 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 52 | 254 | 0.33 | 0.80 | 0 | 0.00 | 275.05 | 0.99 | 0.6 |
| Hex | AA | 34 | FE | 21 | 50 | 0 | 0 | 113 | 63 | 3C |
| Octal | 252 | 64 | 376 | 41 | 120 | 0 | 0 | 423 | 143 | 74 |
| Binary | 10101010 | 110100 | 11111110 | 100001 | 1010000 | 0 | 0 | 100010011 | 1100011 | 111100 |
Color Harmonies of #AA34FE
Complementary color
Monochromatic Colors of #AA34FE
Black with #AA34FE
Text Example
Text Example
White with #AA34FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA34FE; }
p { color: rgb(170,52,254); }
H1.HeaderClassName
{
color: #AA34FE;
}
.AnyTagClassName
{
color: #AA34FE;
}
</style>
background-color css
<style>
a { background-color: #AA34FE; }
a { background-color: rgb(170,52,254); }
div.DivClassName
{
background-color: #AA34FE;
}
.BgClassName
{
background-color: #AA34FE;
}
</style>
border-color css
<style>
span { border-color: #AA34FE; }
span { border-color: rgb(170,52,254); }
td.TdClassName
{
border-color: #AA34FE;
}
.TagClassName
{
border-color: #AA34FE;
}
</style>