Shades of Blue Violet #AD3AF5
Tints of Blue Violet #AD3AF5
RGB
CMYK
RGB Variations
Color information
#AD3AF5 (or 0xAD3AF5) is known color: Blue Violet. HEX triplet: AD, 3A and F5. RGB value is (173,58,245). Sum of RGB (Red+Green+Blue) = 173+58+245=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 58 (23.05% from 255 or 12.18% from 476); Blue value is 245 (96.09% from 255 or 51.47% from 476); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD3AF5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3AF5 is #52C50A. Grayscale: #717171. Windows color (decimal): -5424395 or 16071341. OLE color: 16071341.
HSL color Cylindrical-coordinate representation of color #AD3AF5: hue angle of 276.9º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD3AF5 is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 58 | 245 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.04 |
| HSL | 276.9º | 0.9% | 0.59% | - |
| HSV(B) | 276.9º | 0.76% | 0.96% | - |
| XYZ | 35.23 | 18.5 | 88.1 | - |
| YUV | 113.7 | 202.1 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 58 | 245 | 0.29 | 0.76 | 0 | 0.04 | 276.9 | 0.9 | 0.59 |
| Hex | AD | 3A | F5 | 1D | 4C | 0 | 4 | 115 | 5A | 3B |
| Octal | 255 | 72 | 365 | 35 | 114 | 0 | 4 | 425 | 132 | 73 |
| Binary | 10101101 | 111010 | 11110101 | 11101 | 1001100 | 0 | 100 | 100010101 | 1011010 | 111011 |
Color Harmonies of #AD3AF5
Complementary color
Monochromatic Colors of #AD3AF5
Black with #AD3AF5
Text Example
Text Example
White with #AD3AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3AF5; }
p { color: rgb(173,58,245); }
H1.HeaderClassName
{
color: #AD3AF5;
}
.AnyTagClassName
{
color: #AD3AF5;
}
</style>
background-color css
<style>
a { background-color: #AD3AF5; }
a { background-color: rgb(173,58,245); }
div.DivClassName
{
background-color: #AD3AF5;
}
.BgClassName
{
background-color: #AD3AF5;
}
</style>
border-color css
<style>
span { border-color: #AD3AF5; }
span { border-color: rgb(173,58,245); }
td.TdClassName
{
border-color: #AD3AF5;
}
.TagClassName
{
border-color: #AD3AF5;
}
</style>