Shades of Blue Violet #AD3CF2
Tints of Blue Violet #AD3CF2
RGB
CMYK
RGB Variations
Color information
#AD3CF2 (or 0xAD3CF2) is known color: Blue Violet. HEX triplet: AD, 3C and F2. RGB value is (173,60,242). Sum of RGB (Red+Green+Blue) = 173+60+242=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 60 (23.83% from 255 or 12.63% from 475); Blue value is 242 (94.92% from 255 or 50.95% from 475); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD3CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3CF2 is #52C30D. Grayscale: #717171. Windows color (decimal): -5423886 or 15875245. OLE color: 15875245.
HSL color Cylindrical-coordinate representation of color #AD3CF2: hue angle of 277.25º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD3CF2 is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 60 | 242 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.05 |
| HSL | 277.25º | 0.88% | 0.59% | - |
| HSV(B) | 277.25º | 0.75% | 0.95% | - |
| XYZ | 34.88 | 18.53 | 85.74 | - |
| YUV | 114.54 | 199.94 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 60 | 242 | 0.29 | 0.75 | 0 | 0.05 | 277.25 | 0.88 | 0.59 |
| Hex | AD | 3C | F2 | 1D | 4B | 0 | 5 | 115 | 58 | 3B |
| Octal | 255 | 74 | 362 | 35 | 113 | 0 | 5 | 425 | 130 | 73 |
| Binary | 10101101 | 111100 | 11110010 | 11101 | 1001011 | 0 | 101 | 100010101 | 1011000 | 111011 |
Color Harmonies of #AD3CF2
Complementary color
Monochromatic Colors of #AD3CF2
Black with #AD3CF2
Text Example
Text Example
White with #AD3CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3CF2; }
p { color: rgb(173,60,242); }
H1.HeaderClassName
{
color: #AD3CF2;
}
.AnyTagClassName
{
color: #AD3CF2;
}
</style>
background-color css
<style>
a { background-color: #AD3CF2; }
a { background-color: rgb(173,60,242); }
div.DivClassName
{
background-color: #AD3CF2;
}
.BgClassName
{
background-color: #AD3CF2;
}
</style>
border-color css
<style>
span { border-color: #AD3CF2; }
span { border-color: rgb(173,60,242); }
td.TdClassName
{
border-color: #AD3CF2;
}
.TagClassName
{
border-color: #AD3CF2;
}
</style>