Shades of Blue Violet #AA30FF
Tints of Blue Violet #AA30FF
RGB
CMYK
RGB Variations
Color information
#AA30FF (or 0xAA30FF) is known color: Blue Violet. HEX triplet: AA, 30 and FF. RGB value is (170,48,255). Sum of RGB (Red+Green+Blue) = 170+48+255=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 48 (19.14% from 255 or 10.15% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA30FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA30FF is #55CF00. Grayscale: #6B6B6B. Windows color (decimal): -5623553 or 16724138. OLE color: 16724138.
HSL color Cylindrical-coordinate representation of color #AA30FF: hue angle of 275.36º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA30FF is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 48 | 255 | - |
| CMYK | 0.33 | 0.81 | 0 | 0 |
| HSL | 275.36º | 1% | 0.59% | - |
| HSV(B) | 275.36º | 0.81% | 1% | - |
| XYZ | 35.68 | 17.88 | 96.18 | - |
| YUV | 108.08 | 210.92 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 48 | 255 | 0.33 | 0.81 | 0 | 0 | 275.36 | 1 | 0.59 |
| Hex | AA | 30 | FF | 21 | 51 | 0 | 0 | 113 | 64 | 3B |
| Octal | 252 | 60 | 377 | 41 | 121 | 0 | 0 | 423 | 144 | 73 |
| Binary | 10101010 | 110000 | 11111111 | 100001 | 1010001 | 0 | 0 | 100010011 | 1100100 | 111011 |
Color Harmonies of #AA30FF
Complementary color
Monochromatic Colors of #AA30FF
Black with #AA30FF
Text Example
Text Example
White with #AA30FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA30FF; }
p { color: rgb(170,48,255); }
H1.HeaderClassName
{
color: #AA30FF;
}
.AnyTagClassName
{
color: #AA30FF;
}
</style>
background-color css
<style>
a { background-color: #AA30FF; }
a { background-color: rgb(170,48,255); }
div.DivClassName
{
background-color: #AA30FF;
}
.BgClassName
{
background-color: #AA30FF;
}
</style>
border-color css
<style>
span { border-color: #AA30FF; }
span { border-color: rgb(170,48,255); }
td.TdClassName
{
border-color: #AA30FF;
}
.TagClassName
{
border-color: #AA30FF;
}
</style>