Shades of Blue Violet #A93FFD
Tints of Blue Violet #A93FFD
RGB
CMYK
RGB Variations
Color information
#A93FFD (or 0xA93FFD) is known color: Blue Violet. HEX triplet: A9, 3F and FD. RGB value is (169,63,253). Sum of RGB (Red+Green+Blue) = 169+63+253=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 63 (25% from 255 or 12.99% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #A93FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A93FFD is #56C002. Grayscale: #737373. Windows color (decimal): -5685251 or 16596905. OLE color: 16596905.
HSL color Cylindrical-coordinate representation of color #A93FFD: hue angle of 273.47º 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 #A93FFD is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 63 | 253 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.01 |
| HSL | 273.47º | 0.98% | 0.62% | - |
| HSV(B) | 273.47º | 0.75% | 0.99% | - |
| XYZ | 35.87 | 19.08 | 94.72 | - |
| YUV | 116.35 | 205.12 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 63 | 253 | 0.33 | 0.75 | 0 | 0.01 | 273.47 | 0.98 | 0.62 |
| Hex | A9 | 3F | FD | 21 | 4B | 0 | 1 | 111 | 62 | 3E |
| Octal | 251 | 77 | 375 | 41 | 113 | 0 | 1 | 421 | 142 | 76 |
| Binary | 10101001 | 111111 | 11111101 | 100001 | 1001011 | 0 | 1 | 100010001 | 1100010 | 111110 |
Color Harmonies of #A93FFD
Complementary color
Monochromatic Colors of #A93FFD
Black with #A93FFD
Text Example
Text Example
White with #A93FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93FFD; }
p { color: rgb(169,63,253); }
H1.HeaderClassName
{
color: #A93FFD;
}
.AnyTagClassName
{
color: #A93FFD;
}
</style>
background-color css
<style>
a { background-color: #A93FFD; }
a { background-color: rgb(169,63,253); }
div.DivClassName
{
background-color: #A93FFD;
}
.BgClassName
{
background-color: #A93FFD;
}
</style>
border-color css
<style>
span { border-color: #A93FFD; }
span { border-color: rgb(169,63,253); }
td.TdClassName
{
border-color: #A93FFD;
}
.TagClassName
{
border-color: #A93FFD;
}
</style>