Shades of Blue Violet #A13FEF
Tints of Blue Violet #A13FEF
RGB
CMYK
RGB Variations
Color information
#A13FEF (or 0xA13FEF) is known color: Blue Violet. HEX triplet: A1, 3F and EF. RGB value is (161,63,239). Sum of RGB (Red+Green+Blue) = 161+63+239=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 63 (25% from 255 or 13.61% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #A13FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A13FEF is #5EC010. Grayscale: #6F6F6F. Windows color (decimal): -6209553 or 15679393. OLE color: 15679393.
HSL color Cylindrical-coordinate representation of color #A13FEF: hue angle of 273.41º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A13FEF is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 63 | 239 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.06 |
| HSL | 273.41º | 0.85% | 0.59% | - |
| HSV(B) | 273.41º | 0.74% | 0.94% | - |
| XYZ | 32.06 | 17.36 | 83.32 | - |
| YUV | 112.37 | 199.47 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 63 | 239 | 0.33 | 0.74 | 0 | 0.06 | 273.41 | 0.85 | 0.59 |
| Hex | A1 | 3F | EF | 21 | 4A | 0 | 6 | 111 | 55 | 3B |
| Octal | 241 | 77 | 357 | 41 | 112 | 0 | 6 | 421 | 125 | 73 |
| Binary | 10100001 | 111111 | 11101111 | 100001 | 1001010 | 0 | 110 | 100010001 | 1010101 | 111011 |
Color Harmonies of #A13FEF
Complementary color
Monochromatic Colors of #A13FEF
Black with #A13FEF
Text Example
Text Example
White with #A13FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13FEF; }
p { color: rgb(161,63,239); }
H1.HeaderClassName
{
color: #A13FEF;
}
.AnyTagClassName
{
color: #A13FEF;
}
</style>
background-color css
<style>
a { background-color: #A13FEF; }
a { background-color: rgb(161,63,239); }
div.DivClassName
{
background-color: #A13FEF;
}
.BgClassName
{
background-color: #A13FEF;
}
</style>
border-color css
<style>
span { border-color: #A13FEF; }
span { border-color: rgb(161,63,239); }
td.TdClassName
{
border-color: #A13FEF;
}
.TagClassName
{
border-color: #A13FEF;
}
</style>