Shades of Blue Violet #AA3DFF
Tints of Blue Violet #AA3DFF
RGB
CMYK
RGB Variations
Color information
#AA3DFF (or 0xAA3DFF) is known color: Blue Violet. HEX triplet: AA, 3D and FF. RGB value is (170,61,255). Sum of RGB (Red+Green+Blue) = 170+61+255=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 61 (24.22% from 255 or 12.55% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA3DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3DFF is #55C200. Grayscale: #737373. Windows color (decimal): -5620225 or 16727466. OLE color: 16727466.
HSL color Cylindrical-coordinate representation of color #AA3DFF: hue angle of 273.71º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA3DFF is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 61 | 255 | - |
| CMYK | 0.33 | 0.76 | 0 | 0 |
| HSL | 273.71º | 1% | 0.62% | - |
| HSV(B) | 273.71º | 0.76% | 1% | - |
| XYZ | 36.3 | 19.1 | 96.38 | - |
| YUV | 115.71 | 206.61 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 61 | 255 | 0.33 | 0.76 | 0 | 0 | 273.71 | 1 | 0.62 |
| Hex | AA | 3D | FF | 21 | 4C | 0 | 0 | 112 | 64 | 3E |
| Octal | 252 | 75 | 377 | 41 | 114 | 0 | 0 | 422 | 144 | 76 |
| Binary | 10101010 | 111101 | 11111111 | 100001 | 1001100 | 0 | 0 | 100010010 | 1100100 | 111110 |
Color Harmonies of #AA3DFF
Complementary color
Monochromatic Colors of #AA3DFF
Black with #AA3DFF
Text Example
Text Example
White with #AA3DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3DFF; }
p { color: rgb(170,61,255); }
H1.HeaderClassName
{
color: #AA3DFF;
}
.AnyTagClassName
{
color: #AA3DFF;
}
</style>
background-color css
<style>
a { background-color: #AA3DFF; }
a { background-color: rgb(170,61,255); }
div.DivClassName
{
background-color: #AA3DFF;
}
.BgClassName
{
background-color: #AA3DFF;
}
</style>
border-color css
<style>
span { border-color: #AA3DFF; }
span { border-color: rgb(170,61,255); }
td.TdClassName
{
border-color: #AA3DFF;
}
.TagClassName
{
border-color: #AA3DFF;
}
</style>