Shades of Blue Violet #A93FFE
Tints of Blue Violet #A93FFE
RGB
CMYK
RGB Variations
Color information
#A93FFE (or 0xA93FFE) is known color: Blue Violet. HEX triplet: A9, 3F and FE. RGB value is (169,63,254). Sum of RGB (Red+Green+Blue) = 169+63+254=486 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.77% from 486); Green value is 63 (25% from 255 or 12.96% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #A93FFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A93FFE is #56C001. Grayscale: #737373. Windows color (decimal): -5685250 or 16662441. OLE color: 16662441.
HSL color Cylindrical-coordinate representation of color #A93FFE: hue angle of 273.3º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A93FFE is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 63 | 254 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.00 |
| HSL | 273.3º | 0.99% | 0.62% | - |
| HSV(B) | 273.3º | 0.75% | 1% | - |
| XYZ | 36.03 | 19.15 | 95.56 | - |
| YUV | 116.47 | 205.62 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 63 | 254 | 0.33 | 0.75 | 0 | 0.00 | 273.3 | 0.99 | 0.62 |
| Hex | A9 | 3F | FE | 21 | 4B | 0 | 0 | 111 | 63 | 3E |
| Octal | 251 | 77 | 376 | 41 | 113 | 0 | 0 | 421 | 143 | 76 |
| Binary | 10101001 | 111111 | 11111110 | 100001 | 1001011 | 0 | 0 | 100010001 | 1100011 | 111110 |
Color Harmonies of #A93FFE
Complementary color
Monochromatic Colors of #A93FFE
Black with #A93FFE
Text Example
Text Example
White with #A93FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93FFE; }
p { color: rgb(169,63,254); }
H1.HeaderClassName
{
color: #A93FFE;
}
.AnyTagClassName
{
color: #A93FFE;
}
</style>
background-color css
<style>
a { background-color: #A93FFE; }
a { background-color: rgb(169,63,254); }
div.DivClassName
{
background-color: #A93FFE;
}
.BgClassName
{
background-color: #A93FFE;
}
</style>
border-color css
<style>
span { border-color: #A93FFE; }
span { border-color: rgb(169,63,254); }
td.TdClassName
{
border-color: #A93FFE;
}
.TagClassName
{
border-color: #A93FFE;
}
</style>