Shades of Blue Violet #AD3EFD
Tints of Blue Violet #AD3EFD
RGB
CMYK
RGB Variations
Color information
#AD3EFD (or 0xAD3EFD) is known color: Blue Violet. HEX triplet: AD, 3E and FD. RGB value is (173,62,253). Sum of RGB (Red+Green+Blue) = 173+62+253=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 62 (24.61% from 255 or 12.70% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD3EFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD3EFD is #52C102. Grayscale: #747474. Windows color (decimal): -5423363 or 16596653. OLE color: 16596653.
HSL color Cylindrical-coordinate representation of color #AD3EFD: hue angle of 274.87º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD3EFD is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 62 | 253 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.01 |
| HSL | 274.87º | 0.98% | 0.62% | - |
| HSV(B) | 274.87º | 0.75% | 0.99% | - |
| XYZ | 36.69 | 19.42 | 94.74 | - |
| YUV | 116.96 | 204.77 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 62 | 253 | 0.32 | 0.75 | 0 | 0.01 | 274.87 | 0.98 | 0.62 |
| Hex | AD | 3E | FD | 20 | 4B | 0 | 1 | 113 | 62 | 3E |
| Octal | 255 | 76 | 375 | 40 | 113 | 0 | 1 | 423 | 142 | 76 |
| Binary | 10101101 | 111110 | 11111101 | 100000 | 1001011 | 0 | 1 | 100010011 | 1100010 | 111110 |
Color Harmonies of #AD3EFD
Complementary color
Monochromatic Colors of #AD3EFD
Black with #AD3EFD
Text Example
Text Example
White with #AD3EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3EFD; }
p { color: rgb(173,62,253); }
H1.HeaderClassName
{
color: #AD3EFD;
}
.AnyTagClassName
{
color: #AD3EFD;
}
</style>
background-color css
<style>
a { background-color: #AD3EFD; }
a { background-color: rgb(173,62,253); }
div.DivClassName
{
background-color: #AD3EFD;
}
.BgClassName
{
background-color: #AD3EFD;
}
</style>
border-color css
<style>
span { border-color: #AD3EFD; }
span { border-color: rgb(173,62,253); }
td.TdClassName
{
border-color: #AD3EFD;
}
.TagClassName
{
border-color: #AD3EFD;
}
</style>