Shades of Blue Violet #AA38FF
Tints of Blue Violet #AA38FF
RGB
CMYK
RGB Variations
Color information
#AA38FF (or 0xAA38FF) is known color: Blue Violet. HEX triplet: AA, 38 and FF. RGB value is (170,56,255). Sum of RGB (Red+Green+Blue) = 170+56+255=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 56 (22.27% from 255 or 11.64% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA38FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA38FF is #55C700. Grayscale: #707070. Windows color (decimal): -5621505 or 16726186. OLE color: 16726186.
HSL color Cylindrical-coordinate representation of color #AA38FF: hue angle of 274.37º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA38FF is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 56 | 255 | - |
| CMYK | 0.33 | 0.78 | 0 | 0 |
| HSL | 274.37º | 1% | 0.61% | - |
| HSV(B) | 274.37º | 0.78% | 1% | - |
| XYZ | 36.04 | 18.59 | 96.3 | - |
| YUV | 112.77 | 208.27 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 255 | 0.33 | 0.78 | 0 | 0 | 274.37 | 1 | 0.61 |
| Hex | AA | 38 | FF | 21 | 4E | 0 | 0 | 112 | 64 | 3D |
| Octal | 252 | 70 | 377 | 41 | 116 | 0 | 0 | 422 | 144 | 75 |
| Binary | 10101010 | 111000 | 11111111 | 100001 | 1001110 | 0 | 0 | 100010010 | 1100100 | 111101 |
Color Harmonies of #AA38FF
Complementary color
Monochromatic Colors of #AA38FF
Black with #AA38FF
Text Example
Text Example
White with #AA38FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA38FF; }
p { color: rgb(170,56,255); }
H1.HeaderClassName
{
color: #AA38FF;
}
.AnyTagClassName
{
color: #AA38FF;
}
</style>
background-color css
<style>
a { background-color: #AA38FF; }
a { background-color: rgb(170,56,255); }
div.DivClassName
{
background-color: #AA38FF;
}
.BgClassName
{
background-color: #AA38FF;
}
</style>
border-color css
<style>
span { border-color: #AA38FF; }
span { border-color: rgb(170,56,255); }
td.TdClassName
{
border-color: #AA38FF;
}
.TagClassName
{
border-color: #AA38FF;
}
</style>