Shades of Blue Violet #AE41FF
Tints of Blue Violet #AE41FF
RGB
CMYK
RGB Variations
Color information
#AE41FF (or 0xAE41FF) is known color: Blue Violet. HEX triplet: AE, 41 and FF. RGB value is (174,65,255). Sum of RGB (Red+Green+Blue) = 174+65+255=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 65 (25.78% from 255 or 13.16% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE41FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE41FF is #51BE00. Grayscale: #767676. Windows color (decimal): -5357057 or 16728494. OLE color: 16728494.
HSL color Cylindrical-coordinate representation of color #AE41FF: hue angle of 274.42º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE41FF is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 65 | 255 | - |
| CMYK | 0.32 | 0.75 | 0 | 0 |
| HSL | 274.42º | 1% | 0.63% | - |
| HSV(B) | 274.42º | 0.75% | 1% | - |
| XYZ | 37.4 | 20 | 96.5 | - |
| YUV | 119.25 | 204.61 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 65 | 255 | 0.32 | 0.75 | 0 | 0 | 274.42 | 1 | 0.63 |
| Hex | AE | 41 | FF | 20 | 4B | 0 | 0 | 112 | 64 | 3F |
| Octal | 256 | 101 | 377 | 40 | 113 | 0 | 0 | 422 | 144 | 77 |
| Binary | 10101110 | 1000001 | 11111111 | 100000 | 1001011 | 0 | 0 | 100010010 | 1100100 | 111111 |
Color Harmonies of #AE41FF
Complementary color
Monochromatic Colors of #AE41FF
Black with #AE41FF
Text Example
Text Example
White with #AE41FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE41FF; }
p { color: rgb(174,65,255); }
H1.HeaderClassName
{
color: #AE41FF;
}
.AnyTagClassName
{
color: #AE41FF;
}
</style>
background-color css
<style>
a { background-color: #AE41FF; }
a { background-color: rgb(174,65,255); }
div.DivClassName
{
background-color: #AE41FF;
}
.BgClassName
{
background-color: #AE41FF;
}
</style>
border-color css
<style>
span { border-color: #AE41FF; }
span { border-color: rgb(174,65,255); }
td.TdClassName
{
border-color: #AE41FF;
}
.TagClassName
{
border-color: #AE41FF;
}
</style>