Shades of Blue Violet #AD23ED
Tints of Blue Violet #AD23ED
RGB
CMYK
RGB Variations
Color information
#AD23ED (or 0xAD23ED) is known color: Blue Violet. HEX triplet: AD, 23 and ED. RGB value is (173,35,237). Sum of RGB (Red+Green+Blue) = 173+35+237=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 35 (14.06% from 255 or 7.87% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD23ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD23ED is #52DC12. Grayscale: #626262. Windows color (decimal): -5430291 or 15541165. OLE color: 15541165.
HSL color Cylindrical-coordinate representation of color #AD23ED: hue angle of 280.99º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD23ED is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 35 | 237 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.07 |
| HSL | 280.99º | 0.85% | 0.53% | - |
| HSV(B) | 280.99º | 0.85% | 0.93% | - |
| XYZ | 33.12 | 16.2 | 81.5 | - |
| YUV | 99.29 | 205.72 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 237 | 0.27 | 0.85 | 0 | 0.07 | 280.99 | 0.85 | 0.53 |
| Hex | AD | 23 | ED | 1B | 55 | 0 | 7 | 119 | 55 | 35 |
| Octal | 255 | 43 | 355 | 33 | 125 | 0 | 7 | 431 | 125 | 65 |
| Binary | 10101101 | 100011 | 11101101 | 11011 | 1010101 | 0 | 111 | 100011001 | 1010101 | 110101 |
Color Harmonies of #AD23ED
Complementary color
Monochromatic Colors of #AD23ED
Black with #AD23ED
Text Example
Text Example
White with #AD23ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD23ED; }
p { color: rgb(173,35,237); }
H1.HeaderClassName
{
color: #AD23ED;
}
.AnyTagClassName
{
color: #AD23ED;
}
</style>
background-color css
<style>
a { background-color: #AD23ED; }
a { background-color: rgb(173,35,237); }
div.DivClassName
{
background-color: #AD23ED;
}
.BgClassName
{
background-color: #AD23ED;
}
</style>
border-color css
<style>
span { border-color: #AD23ED; }
span { border-color: rgb(173,35,237); }
td.TdClassName
{
border-color: #AD23ED;
}
.TagClassName
{
border-color: #AD23ED;
}
</style>