Shades of Blue Violet #AD34F5
Tints of Blue Violet #AD34F5
RGB
CMYK
RGB Variations
Color information
#AD34F5 (or 0xAD34F5) is known color: Blue Violet. HEX triplet: AD, 34 and F5. RGB value is (173,52,245). Sum of RGB (Red+Green+Blue) = 173+52+245=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 52 (20.70% from 255 or 11.06% from 470); Blue value is 245 (96.09% from 255 or 52.13% from 470); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD34F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD34F5 is #52CB0A. Grayscale: #6D6D6D. Windows color (decimal): -5425931 or 16069805. OLE color: 16069805.
HSL color Cylindrical-coordinate representation of color #AD34F5: hue angle of 277.62º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD34F5 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 52 | 245 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.04 |
| HSL | 277.62º | 0.91% | 0.58% | - |
| HSV(B) | 277.62º | 0.79% | 0.96% | - |
| XYZ | 34.94 | 17.93 | 88.01 | - |
| YUV | 110.18 | 204.09 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 245 | 0.29 | 0.79 | 0 | 0.04 | 277.62 | 0.91 | 0.58 |
| Hex | AD | 34 | F5 | 1D | 4F | 0 | 4 | 116 | 5B | 3A |
| Octal | 255 | 64 | 365 | 35 | 117 | 0 | 4 | 426 | 133 | 72 |
| Binary | 10101101 | 110100 | 11110101 | 11101 | 1001111 | 0 | 100 | 100010110 | 1011011 | 111010 |
Color Harmonies of #AD34F5
Complementary color
Monochromatic Colors of #AD34F5
Black with #AD34F5
Text Example
Text Example
White with #AD34F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD34F5; }
p { color: rgb(173,52,245); }
H1.HeaderClassName
{
color: #AD34F5;
}
.AnyTagClassName
{
color: #AD34F5;
}
</style>
background-color css
<style>
a { background-color: #AD34F5; }
a { background-color: rgb(173,52,245); }
div.DivClassName
{
background-color: #AD34F5;
}
.BgClassName
{
background-color: #AD34F5;
}
</style>
border-color css
<style>
span { border-color: #AD34F5; }
span { border-color: rgb(173,52,245); }
td.TdClassName
{
border-color: #AD34F5;
}
.TagClassName
{
border-color: #AD34F5;
}
</style>