Shades of Blue Violet #AD3AFE
Tints of Blue Violet #AD3AFE
RGB
CMYK
RGB Variations
Color information
#AD3AFE (or 0xAD3AFE) is known color: Blue Violet. HEX triplet: AD, 3A and FE. RGB value is (173,58,254). Sum of RGB (Red+Green+Blue) = 173+58+254=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 58 (23.05% from 255 or 11.96% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #AD3AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3AFE is #52C501. Grayscale: #727272. Windows color (decimal): -5424386 or 16661165. OLE color: 16661165.
HSL color Cylindrical-coordinate representation of color #AD3AFE: hue angle of 275.2º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD3AFE is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 173 | 58 | 254 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.00 |
| HSL | 275.2º | 0.99% | 0.61% | - |
| HSV(B) | 275.2º | 0.77% | 1% | - |
| XYZ | 36.64 | 19.07 | 95.52 | - |
| YUV | 114.73 | 206.6 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 58 | 254 | 0.32 | 0.77 | 0 | 0.00 | 275.2 | 0.99 | 0.61 |
| Hex | AD | 3A | FE | 20 | 4D | 0 | 0 | 113 | 63 | 3D |
| Octal | 255 | 72 | 376 | 40 | 115 | 0 | 0 | 423 | 143 | 75 |
| Binary | 10101101 | 111010 | 11111110 | 100000 | 1001101 | 0 | 0 | 100010011 | 1100011 | 111101 |
Color Harmonies of #AD3AFE
Complementary color
Monochromatic Colors of #AD3AFE
Black with #AD3AFE
Text Example
Text Example
White with #AD3AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3AFE; }
p { color: rgb(173,58,254); }
H1.HeaderClassName
{
color: #AD3AFE;
}
.AnyTagClassName
{
color: #AD3AFE;
}
</style>
background-color css
<style>
a { background-color: #AD3AFE; }
a { background-color: rgb(173,58,254); }
div.DivClassName
{
background-color: #AD3AFE;
}
.BgClassName
{
background-color: #AD3AFE;
}
</style>
border-color css
<style>
span { border-color: #AD3AFE; }
span { border-color: rgb(173,58,254); }
td.TdClassName
{
border-color: #AD3AFE;
}
.TagClassName
{
border-color: #AD3AFE;
}
</style>