Shades of Blue Violet #AE2FFF
Tints of Blue Violet #AE2FFF
RGB
CMYK
RGB Variations
Color information
#AE2FFF (or 0xAE2FFF) is known color: Blue Violet. HEX triplet: AE, 2F and FF. RGB value is (174,47,255). Sum of RGB (Red+Green+Blue) = 174+47+255=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 47 (18.75% from 255 or 9.87% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE2FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE2FFF is #51D000. Grayscale: #6B6B6B. Windows color (decimal): -5361665 or 16723886. OLE color: 16723886.
HSL color Cylindrical-coordinate representation of color #AE2FFF: hue angle of 276.63º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE2FFF is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 47 | 255 | - |
| CMYK | 0.32 | 0.82 | 0 | 0 |
| HSL | 276.63º | 1% | 0.59% | - |
| HSV(B) | 276.63º | 0.82% | 1% | - |
| XYZ | 36.52 | 18.25 | 96.21 | - |
| YUV | 108.69 | 210.58 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 47 | 255 | 0.32 | 0.82 | 0 | 0 | 276.63 | 1 | 0.59 |
| Hex | AE | 2F | FF | 20 | 52 | 0 | 0 | 115 | 64 | 3B |
| Octal | 256 | 57 | 377 | 40 | 122 | 0 | 0 | 425 | 144 | 73 |
| Binary | 10101110 | 101111 | 11111111 | 100000 | 1010010 | 0 | 0 | 100010101 | 1100100 | 111011 |
Color Harmonies of #AE2FFF
Complementary color
Monochromatic Colors of #AE2FFF
Black with #AE2FFF
Text Example
Text Example
White with #AE2FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2FFF; }
p { color: rgb(174,47,255); }
H1.HeaderClassName
{
color: #AE2FFF;
}
.AnyTagClassName
{
color: #AE2FFF;
}
</style>
background-color css
<style>
a { background-color: #AE2FFF; }
a { background-color: rgb(174,47,255); }
div.DivClassName
{
background-color: #AE2FFF;
}
.BgClassName
{
background-color: #AE2FFF;
}
</style>
border-color css
<style>
span { border-color: #AE2FFF; }
span { border-color: rgb(174,47,255); }
td.TdClassName
{
border-color: #AE2FFF;
}
.TagClassName
{
border-color: #AE2FFF;
}
</style>