Shades of Blue Violet #A93BF2
Tints of Blue Violet #A93BF2
RGB
CMYK
RGB Variations
Color information
#A93BF2 (or 0xA93BF2) is known color: Blue Violet. HEX triplet: A9, 3B and F2. RGB value is (169,59,242). Sum of RGB (Red+Green+Blue) = 169+59+242=470 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.96% from 470); Green value is 59 (23.44% from 255 or 12.55% from 470); Blue value is 242 (94.92% from 255 or 51.49% from 470); Max value from RGB is 242 - color contains mainly: blue. Hex color #A93BF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A93BF2 is #56C40D. Grayscale: #707070. Windows color (decimal): -5686286 or 15874985. OLE color: 15874985.
HSL color Cylindrical-coordinate representation of color #A93BF2: hue angle of 276.07º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A93BF2 is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 59 | 242 | - |
| CMYK | 0.30 | 0.76 | 0 | 0.05 |
| HSL | 276.07º | 0.88% | 0.59% | - |
| HSV(B) | 276.07º | 0.76% | 0.95% | - |
| XYZ | 33.95 | 17.97 | 85.68 | - |
| YUV | 112.75 | 200.94 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 59 | 242 | 0.30 | 0.76 | 0 | 0.05 | 276.07 | 0.88 | 0.59 |
| Hex | A9 | 3B | F2 | 1E | 4C | 0 | 5 | 114 | 58 | 3B |
| Octal | 251 | 73 | 362 | 36 | 114 | 0 | 5 | 424 | 130 | 73 |
| Binary | 10101001 | 111011 | 11110010 | 11110 | 1001100 | 0 | 101 | 100010100 | 1011000 | 111011 |
Color Harmonies of #A93BF2
Complementary color
Monochromatic Colors of #A93BF2
Black with #A93BF2
Text Example
Text Example
White with #A93BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93BF2; }
p { color: rgb(169,59,242); }
H1.HeaderClassName
{
color: #A93BF2;
}
.AnyTagClassName
{
color: #A93BF2;
}
</style>
background-color css
<style>
a { background-color: #A93BF2; }
a { background-color: rgb(169,59,242); }
div.DivClassName
{
background-color: #A93BF2;
}
.BgClassName
{
background-color: #A93BF2;
}
</style>
border-color css
<style>
span { border-color: #A93BF2; }
span { border-color: rgb(169,59,242); }
td.TdClassName
{
border-color: #A93BF2;
}
.TagClassName
{
border-color: #A93BF2;
}
</style>