Shades of Blue Violet #A93FF7
Tints of Blue Violet #A93FF7
RGB
CMYK
RGB Variations
Color information
#A93FF7 (or 0xA93FF7) is known color: Blue Violet. HEX triplet: A9, 3F and F7. RGB value is (169,63,247). Sum of RGB (Red+Green+Blue) = 169+63+247=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 63 (25% from 255 or 13.15% from 479); Blue value is 247 (96.88% from 255 or 51.57% from 479); Max value from RGB is 247 - color contains mainly: blue. Hex color #A93FF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A93FF7 is #56C008. Grayscale: #737373. Windows color (decimal): -5685257 or 16203689. OLE color: 16203689.
HSL color Cylindrical-coordinate representation of color #A93FF7: hue angle of 274.57º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A93FF7 is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 169 | 63 | 247 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.03 |
| HSL | 274.57º | 0.92% | 0.61% | - |
| HSV(B) | 274.57º | 0.74% | 0.97% | - |
| XYZ | 34.93 | 18.71 | 89.77 | - |
| YUV | 115.67 | 202.12 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 63 | 247 | 0.32 | 0.74 | 0 | 0.03 | 274.57 | 0.92 | 0.61 |
| Hex | A9 | 3F | F7 | 20 | 4A | 0 | 3 | 113 | 5C | 3D |
| Octal | 251 | 77 | 367 | 40 | 112 | 0 | 3 | 423 | 134 | 75 |
| Binary | 10101001 | 111111 | 11110111 | 100000 | 1001010 | 0 | 11 | 100010011 | 1011100 | 111101 |
Color Harmonies of #A93FF7
Complementary color
Monochromatic Colors of #A93FF7
Black with #A93FF7
Text Example
Text Example
White with #A93FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93FF7; }
p { color: rgb(169,63,247); }
H1.HeaderClassName
{
color: #A93FF7;
}
.AnyTagClassName
{
color: #A93FF7;
}
</style>
background-color css
<style>
a { background-color: #A93FF7; }
a { background-color: rgb(169,63,247); }
div.DivClassName
{
background-color: #A93FF7;
}
.BgClassName
{
background-color: #A93FF7;
}
</style>
border-color css
<style>
span { border-color: #A93FF7; }
span { border-color: rgb(169,63,247); }
td.TdClassName
{
border-color: #A93FF7;
}
.TagClassName
{
border-color: #A93FF7;
}
</style>