Shades of Blue Violet #AD2CF2
Tints of Blue Violet #AD2CF2
RGB
CMYK
RGB Variations
Color information
#AD2CF2 (or 0xAD2CF2) is known color: Blue Violet. HEX triplet: AD, 2C and F2. RGB value is (173,44,242). Sum of RGB (Red+Green+Blue) = 173+44+242=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 44 (17.58% from 255 or 9.59% from 459); Blue value is 242 (94.92% from 255 or 52.72% from 459); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD2CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD2CF2 is #52D30D. Grayscale: #686868. Windows color (decimal): -5427982 or 15871149. OLE color: 15871149.
HSL color Cylindrical-coordinate representation of color #AD2CF2: hue angle of 279.09º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD2CF2 is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 44 | 242 | - |
| CMYK | 0.29 | 0.82 | 0 | 0.05 |
| HSL | 279.09º | 0.88% | 0.56% | - |
| HSV(B) | 279.09º | 0.82% | 0.95% | - |
| XYZ | 34.16 | 17.1 | 85.5 | - |
| YUV | 105.14 | 205.24 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 44 | 242 | 0.29 | 0.82 | 0 | 0.05 | 279.09 | 0.88 | 0.56 |
| Hex | AD | 2C | F2 | 1D | 52 | 0 | 5 | 117 | 58 | 38 |
| Octal | 255 | 54 | 362 | 35 | 122 | 0 | 5 | 427 | 130 | 70 |
| Binary | 10101101 | 101100 | 11110010 | 11101 | 1010010 | 0 | 101 | 100010111 | 1011000 | 111000 |
Color Harmonies of #AD2CF2
Complementary color
Monochromatic Colors of #AD2CF2
Black with #AD2CF2
Text Example
Text Example
White with #AD2CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2CF2; }
p { color: rgb(173,44,242); }
H1.HeaderClassName
{
color: #AD2CF2;
}
.AnyTagClassName
{
color: #AD2CF2;
}
</style>
background-color css
<style>
a { background-color: #AD2CF2; }
a { background-color: rgb(173,44,242); }
div.DivClassName
{
background-color: #AD2CF2;
}
.BgClassName
{
background-color: #AD2CF2;
}
</style>
border-color css
<style>
span { border-color: #AD2CF2; }
span { border-color: rgb(173,44,242); }
td.TdClassName
{
border-color: #AD2CF2;
}
.TagClassName
{
border-color: #AD2CF2;
}
</style>