Shades of Blue Violet #AD43FD
Tints of Blue Violet #AD43FD
RGB
CMYK
RGB Variations
Color information
#AD43FD (or 0xAD43FD) is known color: Blue Violet. HEX triplet: AD, 43 and FD. RGB value is (173,67,253). Sum of RGB (Red+Green+Blue) = 173+67+253=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 67 (26.56% from 255 or 13.59% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD43FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD43FD is #52BC02. Grayscale: #777777. Windows color (decimal): -5422083 or 16597933. OLE color: 16597933.
HSL color Cylindrical-coordinate representation of color #AD43FD: hue angle of 274.19º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AD43FD is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 67 | 253 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.01 |
| HSL | 274.19º | 0.98% | 0.63% | - |
| HSV(B) | 274.19º | 0.74% | 0.99% | - |
| XYZ | 36.97 | 19.99 | 94.84 | - |
| YUV | 119.9 | 203.12 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 253 | 0.32 | 0.74 | 0 | 0.01 | 274.19 | 0.98 | 0.63 |
| Hex | AD | 43 | FD | 20 | 4A | 0 | 1 | 112 | 62 | 3F |
| Octal | 255 | 103 | 375 | 40 | 112 | 0 | 1 | 422 | 142 | 77 |
| Binary | 10101101 | 1000011 | 11111101 | 100000 | 1001010 | 0 | 1 | 100010010 | 1100010 | 111111 |
Color Harmonies of #AD43FD
Complementary color
Monochromatic Colors of #AD43FD
Black with #AD43FD
Text Example
Text Example
White with #AD43FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD43FD; }
p { color: rgb(173,67,253); }
H1.HeaderClassName
{
color: #AD43FD;
}
.AnyTagClassName
{
color: #AD43FD;
}
</style>
background-color css
<style>
a { background-color: #AD43FD; }
a { background-color: rgb(173,67,253); }
div.DivClassName
{
background-color: #AD43FD;
}
.BgClassName
{
background-color: #AD43FD;
}
</style>
border-color css
<style>
span { border-color: #AD43FD; }
span { border-color: rgb(173,67,253); }
td.TdClassName
{
border-color: #AD43FD;
}
.TagClassName
{
border-color: #AD43FD;
}
</style>