Shades of Blue Violet #AD23F2
Tints of Blue Violet #AD23F2
RGB
CMYK
RGB Variations
Color information
#AD23F2 (or 0xAD23F2) is known color: Blue Violet. HEX triplet: AD, 23 and F2. RGB value is (173,35,242). Sum of RGB (Red+Green+Blue) = 173+35+242=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 35 (14.06% from 255 or 7.78% from 450); Blue value is 242 (94.92% from 255 or 53.78% from 450); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD23F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD23F2 is #52DC0D. Grayscale: #636363. Windows color (decimal): -5430286 or 15868845. OLE color: 15868845.
HSL color Cylindrical-coordinate representation of color #AD23F2: hue angle of 280º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD23F2 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 35 | 242 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.05 |
| HSL | 280º | 0.89% | 0.54% | - |
| HSV(B) | 280º | 0.86% | 0.95% | - |
| XYZ | 33.86 | 16.5 | 85.4 | - |
| YUV | 99.86 | 208.22 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 242 | 0.29 | 0.86 | 0 | 0.05 | 280 | 0.89 | 0.54 |
| Hex | AD | 23 | F2 | 1D | 56 | 0 | 5 | 118 | 59 | 36 |
| Octal | 255 | 43 | 362 | 35 | 126 | 0 | 5 | 430 | 131 | 66 |
| Binary | 10101101 | 100011 | 11110010 | 11101 | 1010110 | 0 | 101 | 100011000 | 1011001 | 110110 |
Color Harmonies of #AD23F2
Complementary color
Monochromatic Colors of #AD23F2
Black with #AD23F2
Text Example
Text Example
White with #AD23F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD23F2; }
p { color: rgb(173,35,242); }
H1.HeaderClassName
{
color: #AD23F2;
}
.AnyTagClassName
{
color: #AD23F2;
}
</style>
background-color css
<style>
a { background-color: #AD23F2; }
a { background-color: rgb(173,35,242); }
div.DivClassName
{
background-color: #AD23F2;
}
.BgClassName
{
background-color: #AD23F2;
}
</style>
border-color css
<style>
span { border-color: #AD23F2; }
span { border-color: rgb(173,35,242); }
td.TdClassName
{
border-color: #AD23F2;
}
.TagClassName
{
border-color: #AD23F2;
}
</style>