Shades of Blue Violet #AE2DFF
Tints of Blue Violet #AE2DFF
RGB
CMYK
RGB Variations
Color information
#AE2DFF (or 0xAE2DFF) is known color: Blue Violet. HEX triplet: AE, 2D and FF. RGB value is (174,45,255). Sum of RGB (Red+Green+Blue) = 174+45+255=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 45 (17.97% from 255 or 9.49% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE2DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE2DFF is #51D200. Grayscale: #6A6A6A. Windows color (decimal): -5362177 or 16723374. OLE color: 16723374.
HSL color Cylindrical-coordinate representation of color #AE2DFF: hue angle of 276.86º 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 #AE2DFF is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 45 | 255 | - |
| CMYK | 0.32 | 0.82 | 0 | 0 |
| HSL | 276.86º | 1% | 0.59% | - |
| HSV(B) | 276.86º | 0.82% | 1% | - |
| XYZ | 36.44 | 18.1 | 96.18 | - |
| YUV | 107.51 | 211.24 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 45 | 255 | 0.32 | 0.82 | 0 | 0 | 276.86 | 1 | 0.59 |
| Hex | AE | 2D | FF | 20 | 52 | 0 | 0 | 115 | 64 | 3B |
| Octal | 256 | 55 | 377 | 40 | 122 | 0 | 0 | 425 | 144 | 73 |
| Binary | 10101110 | 101101 | 11111111 | 100000 | 1010010 | 0 | 0 | 100010101 | 1100100 | 111011 |
Color Harmonies of #AE2DFF
Complementary color
Monochromatic Colors of #AE2DFF
Black with #AE2DFF
Text Example
Text Example
White with #AE2DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2DFF; }
p { color: rgb(174,45,255); }
H1.HeaderClassName
{
color: #AE2DFF;
}
.AnyTagClassName
{
color: #AE2DFF;
}
</style>
background-color css
<style>
a { background-color: #AE2DFF; }
a { background-color: rgb(174,45,255); }
div.DivClassName
{
background-color: #AE2DFF;
}
.BgClassName
{
background-color: #AE2DFF;
}
</style>
border-color css
<style>
span { border-color: #AE2DFF; }
span { border-color: rgb(174,45,255); }
td.TdClassName
{
border-color: #AE2DFF;
}
.TagClassName
{
border-color: #AE2DFF;
}
</style>