Shades of Blue Violet #AA3FFD
Tints of Blue Violet #AA3FFD
RGB
CMYK
RGB Variations
Color information
#AA3FFD (or 0xAA3FFD) is known color: Blue Violet. HEX triplet: AA, 3F and FD. RGB value is (170,63,253). Sum of RGB (Red+Green+Blue) = 170+63+253=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 63 (25% from 255 or 12.96% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #AA3FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3FFD is #55C002. Grayscale: #737373. Windows color (decimal): -5619715 or 16596906. OLE color: 16596906.
HSL color Cylindrical-coordinate representation of color #AA3FFD: hue angle of 273.79º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA3FFD is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 63 | 253 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.01 |
| HSL | 273.79º | 0.98% | 0.62% | - |
| HSV(B) | 273.79º | 0.75% | 0.99% | - |
| XYZ | 36.08 | 19.19 | 94.73 | - |
| YUV | 116.65 | 204.95 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 253 | 0.33 | 0.75 | 0 | 0.01 | 273.79 | 0.98 | 0.62 |
| Hex | AA | 3F | FD | 21 | 4B | 0 | 1 | 112 | 62 | 3E |
| Octal | 252 | 77 | 375 | 41 | 113 | 0 | 1 | 422 | 142 | 76 |
| Binary | 10101010 | 111111 | 11111101 | 100001 | 1001011 | 0 | 1 | 100010010 | 1100010 | 111110 |
Color Harmonies of #AA3FFD
Complementary color
Monochromatic Colors of #AA3FFD
Black with #AA3FFD
Text Example
Text Example
White with #AA3FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3FFD; }
p { color: rgb(170,63,253); }
H1.HeaderClassName
{
color: #AA3FFD;
}
.AnyTagClassName
{
color: #AA3FFD;
}
</style>
background-color css
<style>
a { background-color: #AA3FFD; }
a { background-color: rgb(170,63,253); }
div.DivClassName
{
background-color: #AA3FFD;
}
.BgClassName
{
background-color: #AA3FFD;
}
</style>
border-color css
<style>
span { border-color: #AA3FFD; }
span { border-color: rgb(170,63,253); }
td.TdClassName
{
border-color: #AA3FFD;
}
.TagClassName
{
border-color: #AA3FFD;
}
</style>