Shades of Blue Violet #AD43FF
Tints of Blue Violet #AD43FF
RGB
CMYK
RGB Variations
Color information
#AD43FF (or 0xAD43FF) is known color: Blue Violet. HEX triplet: AD, 43 and FF. RGB value is (173,67,255). Sum of RGB (Red+Green+Blue) = 173+67+255=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 67 (26.56% from 255 or 13.54% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD43FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD43FF is #52BC00. Grayscale: #777777. Windows color (decimal): -5422081 or 16729005. OLE color: 16729005.
HSL color Cylindrical-coordinate representation of color #AD43FF: hue angle of 273.83º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD43FF is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 67 | 255 | - |
| CMYK | 0.32 | 0.74 | 0 | 0 |
| HSL | 273.83º | 1% | 0.63% | - |
| HSV(B) | 273.83º | 0.74% | 1% | - |
| XYZ | 37.29 | 20.12 | 96.53 | - |
| YUV | 120.13 | 204.12 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 255 | 0.32 | 0.74 | 0 | 0 | 273.83 | 1 | 0.63 |
| Hex | AD | 43 | FF | 20 | 4A | 0 | 0 | 112 | 64 | 3F |
| Octal | 255 | 103 | 377 | 40 | 112 | 0 | 0 | 422 | 144 | 77 |
| Binary | 10101101 | 1000011 | 11111111 | 100000 | 1001010 | 0 | 0 | 100010010 | 1100100 | 111111 |
Color Harmonies of #AD43FF
Complementary color
Monochromatic Colors of #AD43FF
Black with #AD43FF
Text Example
Text Example
White with #AD43FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD43FF; }
p { color: rgb(173,67,255); }
H1.HeaderClassName
{
color: #AD43FF;
}
.AnyTagClassName
{
color: #AD43FF;
}
</style>
background-color css
<style>
a { background-color: #AD43FF; }
a { background-color: rgb(173,67,255); }
div.DivClassName
{
background-color: #AD43FF;
}
.BgClassName
{
background-color: #AD43FF;
}
</style>
border-color css
<style>
span { border-color: #AD43FF; }
span { border-color: rgb(173,67,255); }
td.TdClassName
{
border-color: #AD43FF;
}
.TagClassName
{
border-color: #AD43FF;
}
</style>