Shades of Blue Violet #A33FEF
Tints of Blue Violet #A33FEF
RGB
CMYK
RGB Variations
Color information
#A33FEF (or 0xA33FEF) is known color: Blue Violet. HEX triplet: A3, 3F and EF. RGB value is (163,63,239). Sum of RGB (Red+Green+Blue) = 163+63+239=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 63 (25% from 255 or 13.55% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #A33FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A33FEF is #5CC010. Grayscale: #707070. Windows color (decimal): -6078481 or 15679395. OLE color: 15679395.
HSL color Cylindrical-coordinate representation of color #A33FEF: hue angle of 274.09º 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 #A33FEF is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 63 | 239 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.06 |
| HSL | 274.09º | 0.85% | 0.59% | - |
| HSV(B) | 274.09º | 0.74% | 0.94% | - |
| XYZ | 32.46 | 17.57 | 83.34 | - |
| YUV | 112.96 | 199.13 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 63 | 239 | 0.32 | 0.74 | 0 | 0.06 | 274.09 | 0.85 | 0.59 |
| Hex | A3 | 3F | EF | 20 | 4A | 0 | 6 | 112 | 55 | 3B |
| Octal | 243 | 77 | 357 | 40 | 112 | 0 | 6 | 422 | 125 | 73 |
| Binary | 10100011 | 111111 | 11101111 | 100000 | 1001010 | 0 | 110 | 100010010 | 1010101 | 111011 |
Color Harmonies of #A33FEF
Complementary color
Monochromatic Colors of #A33FEF
Black with #A33FEF
Text Example
Text Example
White with #A33FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33FEF; }
p { color: rgb(163,63,239); }
H1.HeaderClassName
{
color: #A33FEF;
}
.AnyTagClassName
{
color: #A33FEF;
}
</style>
background-color css
<style>
a { background-color: #A33FEF; }
a { background-color: rgb(163,63,239); }
div.DivClassName
{
background-color: #A33FEF;
}
.BgClassName
{
background-color: #A33FEF;
}
</style>
border-color css
<style>
span { border-color: #A33FEF; }
span { border-color: rgb(163,63,239); }
td.TdClassName
{
border-color: #A33FEF;
}
.TagClassName
{
border-color: #A33FEF;
}
</style>