Shades of Blue Violet #AD3AF2
Tints of Blue Violet #AD3AF2
RGB
CMYK
RGB Variations
Color information
#AD3AF2 (or 0xAD3AF2) is known color: Blue Violet. HEX triplet: AD, 3A and F2. RGB value is (173,58,242). Sum of RGB (Red+Green+Blue) = 173+58+242=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 58 (23.05% from 255 or 12.26% from 473); Blue value is 242 (94.92% from 255 or 51.16% from 473); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD3AF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3AF2 is #52C50D. Grayscale: #707070. Windows color (decimal): -5424398 or 15874733. OLE color: 15874733.
HSL color Cylindrical-coordinate representation of color #AD3AF2: hue angle of 277.5º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD3AF2 is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 58 | 242 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.05 |
| HSL | 277.5º | 0.88% | 0.59% | - |
| HSV(B) | 277.5º | 0.76% | 0.95% | - |
| XYZ | 34.77 | 18.32 | 85.71 | - |
| YUV | 113.36 | 200.6 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 58 | 242 | 0.29 | 0.76 | 0 | 0.05 | 277.5 | 0.88 | 0.59 |
| Hex | AD | 3A | F2 | 1D | 4C | 0 | 5 | 116 | 58 | 3B |
| Octal | 255 | 72 | 362 | 35 | 114 | 0 | 5 | 426 | 130 | 73 |
| Binary | 10101101 | 111010 | 11110010 | 11101 | 1001100 | 0 | 101 | 100010110 | 1011000 | 111011 |
Color Harmonies of #AD3AF2
Complementary color
Monochromatic Colors of #AD3AF2
Black with #AD3AF2
Text Example
Text Example
White with #AD3AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3AF2; }
p { color: rgb(173,58,242); }
H1.HeaderClassName
{
color: #AD3AF2;
}
.AnyTagClassName
{
color: #AD3AF2;
}
</style>
background-color css
<style>
a { background-color: #AD3AF2; }
a { background-color: rgb(173,58,242); }
div.DivClassName
{
background-color: #AD3AF2;
}
.BgClassName
{
background-color: #AD3AF2;
}
</style>
border-color css
<style>
span { border-color: #AD3AF2; }
span { border-color: rgb(173,58,242); }
td.TdClassName
{
border-color: #AD3AF2;
}
.TagClassName
{
border-color: #AD3AF2;
}
</style>