Shades of Blue Violet #AE3AFF
Tints of Blue Violet #AE3AFF
RGB
CMYK
RGB Variations
Color information
#AE3AFF (or 0xAE3AFF) is known color: Blue Violet. HEX triplet: AE, 3A and FF. RGB value is (174,58,255). Sum of RGB (Red+Green+Blue) = 174+58+255=487 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.73% from 487); Green value is 58 (23.05% from 255 or 11.91% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE3AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE3AFF is #51C500. Grayscale: #727272. Windows color (decimal): -5358849 or 16726702. OLE color: 16726702.
HSL color Cylindrical-coordinate representation of color #AE3AFF: hue angle of 275.33º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE3AFF is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 58 | 255 | - |
| CMYK | 0.32 | 0.77 | 0 | 0 |
| HSL | 275.33º | 1% | 0.61% | - |
| HSV(B) | 275.33º | 0.77% | 1% | - |
| XYZ | 37.02 | 19.24 | 96.37 | - |
| YUV | 115.14 | 206.93 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 58 | 255 | 0.32 | 0.77 | 0 | 0 | 275.33 | 1 | 0.61 |
| Hex | AE | 3A | FF | 20 | 4D | 0 | 0 | 113 | 64 | 3D |
| Octal | 256 | 72 | 377 | 40 | 115 | 0 | 0 | 423 | 144 | 75 |
| Binary | 10101110 | 111010 | 11111111 | 100000 | 1001101 | 0 | 0 | 100010011 | 1100100 | 111101 |
Color Harmonies of #AE3AFF
Complementary color
Monochromatic Colors of #AE3AFF
Black with #AE3AFF
Text Example
Text Example
White with #AE3AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3AFF; }
p { color: rgb(174,58,255); }
H1.HeaderClassName
{
color: #AE3AFF;
}
.AnyTagClassName
{
color: #AE3AFF;
}
</style>
background-color css
<style>
a { background-color: #AE3AFF; }
a { background-color: rgb(174,58,255); }
div.DivClassName
{
background-color: #AE3AFF;
}
.BgClassName
{
background-color: #AE3AFF;
}
</style>
border-color css
<style>
span { border-color: #AE3AFF; }
span { border-color: rgb(174,58,255); }
td.TdClassName
{
border-color: #AE3AFF;
}
.TagClassName
{
border-color: #AE3AFF;
}
</style>