Shades of Blue Violet #AD34F7
Tints of Blue Violet #AD34F7
RGB
CMYK
RGB Variations
Color information
#AD34F7 (or 0xAD34F7) is known color: Blue Violet. HEX triplet: AD, 34 and F7. RGB value is (173,52,247). Sum of RGB (Red+Green+Blue) = 173+52+247=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 52 (20.70% from 255 or 11.02% from 472); Blue value is 247 (96.88% from 255 or 52.33% from 472); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD34F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD34F7 is #52CB08. Grayscale: #6D6D6D. Windows color (decimal): -5425929 or 16200877. OLE color: 16200877.
HSL color Cylindrical-coordinate representation of color #AD34F7: hue angle of 277.23º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD34F7 is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 52 | 247 | - |
| CMYK | 0.30 | 0.79 | 0 | 0.03 |
| HSL | 277.23º | 0.92% | 0.59% | - |
| HSV(B) | 277.23º | 0.79% | 0.97% | - |
| XYZ | 35.25 | 18.06 | 89.62 | - |
| YUV | 110.41 | 205.09 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 247 | 0.30 | 0.79 | 0 | 0.03 | 277.23 | 0.92 | 0.59 |
| Hex | AD | 34 | F7 | 1E | 4F | 0 | 3 | 115 | 5C | 3B |
| Octal | 255 | 64 | 367 | 36 | 117 | 0 | 3 | 425 | 134 | 73 |
| Binary | 10101101 | 110100 | 11110111 | 11110 | 1001111 | 0 | 11 | 100010101 | 1011100 | 111011 |
Color Harmonies of #AD34F7
Complementary color
Monochromatic Colors of #AD34F7
Black with #AD34F7
Text Example
Text Example
White with #AD34F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD34F7; }
p { color: rgb(173,52,247); }
H1.HeaderClassName
{
color: #AD34F7;
}
.AnyTagClassName
{
color: #AD34F7;
}
</style>
background-color css
<style>
a { background-color: #AD34F7; }
a { background-color: rgb(173,52,247); }
div.DivClassName
{
background-color: #AD34F7;
}
.BgClassName
{
background-color: #AD34F7;
}
</style>
border-color css
<style>
span { border-color: #AD34F7; }
span { border-color: rgb(173,52,247); }
td.TdClassName
{
border-color: #AD34F7;
}
.TagClassName
{
border-color: #AD34F7;
}
</style>