Shades of Blue Violet #AD41FA
Tints of Blue Violet #AD41FA
RGB
CMYK
RGB Variations
Color information
#AD41FA (or 0xAD41FA) is known color: Blue Violet. HEX triplet: AD, 41 and FA. RGB value is (173,65,250). Sum of RGB (Red+Green+Blue) = 173+65+250=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 65 (25.78% from 255 or 13.32% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD41FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD41FA is #52BE05. Grayscale: #757575. Windows color (decimal): -5422598 or 16400813. OLE color: 16400813.
HSL color Cylindrical-coordinate representation of color #AD41FA: hue angle of 275.03º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD41FA is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 65 | 250 | - |
| CMYK | 0.31 | 0.74 | 0 | 0.02 |
| HSL | 275.03º | 0.95% | 0.62% | - |
| HSV(B) | 275.03º | 0.74% | 0.98% | - |
| XYZ | 36.38 | 19.57 | 92.3 | - |
| YUV | 118.38 | 202.28 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 250 | 0.31 | 0.74 | 0 | 0.02 | 275.03 | 0.95 | 0.62 |
| Hex | AD | 41 | FA | 1F | 4A | 0 | 2 | 113 | 5F | 3E |
| Octal | 255 | 101 | 372 | 37 | 112 | 0 | 2 | 423 | 137 | 76 |
| Binary | 10101101 | 1000001 | 11111010 | 11111 | 1001010 | 0 | 10 | 100010011 | 1011111 | 111110 |
Color Harmonies of #AD41FA
Complementary color
Monochromatic Colors of #AD41FA
Black with #AD41FA
Text Example
Text Example
White with #AD41FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD41FA; }
p { color: rgb(173,65,250); }
H1.HeaderClassName
{
color: #AD41FA;
}
.AnyTagClassName
{
color: #AD41FA;
}
</style>
background-color css
<style>
a { background-color: #AD41FA; }
a { background-color: rgb(173,65,250); }
div.DivClassName
{
background-color: #AD41FA;
}
.BgClassName
{
background-color: #AD41FA;
}
</style>
border-color css
<style>
span { border-color: #AD41FA; }
span { border-color: rgb(173,65,250); }
td.TdClassName
{
border-color: #AD41FA;
}
.TagClassName
{
border-color: #AD41FA;
}
</style>