Shades of Blue Violet #A33BFF
Tints of Blue Violet #A33BFF
RGB
CMYK
RGB Variations
Color information
#A33BFF (or 0xA33BFF) is known color: Blue Violet. HEX triplet: A3, 3B and FF. RGB value is (163,59,255). Sum of RGB (Red+Green+Blue) = 163+59+255=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 59 (23.44% from 255 or 12.37% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #A33BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A33BFF is #5CC400. Grayscale: #6F6F6F. Windows color (decimal): -6079489 or 16726947. OLE color: 16726947.
HSL color Cylindrical-coordinate representation of color #A33BFF: hue angle of 271.84º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A33BFF is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 59 | 255 | - |
| CMYK | 0.36 | 0.77 | 0 | 0 |
| HSL | 271.84º | 1% | 0.62% | - |
| HSV(B) | 271.84º | 0.77% | 1% | - |
| XYZ | 34.72 | 18.13 | 96.28 | - |
| YUV | 112.44 | 208.46 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 59 | 255 | 0.36 | 0.77 | 0 | 0 | 271.84 | 1 | 0.62 |
| Hex | A3 | 3B | FF | 24 | 4D | 0 | 0 | 110 | 64 | 3E |
| Octal | 243 | 73 | 377 | 44 | 115 | 0 | 0 | 420 | 144 | 76 |
| Binary | 10100011 | 111011 | 11111111 | 100100 | 1001101 | 0 | 0 | 100010000 | 1100100 | 111110 |
Color Harmonies of #A33BFF
Complementary color
Monochromatic Colors of #A33BFF
Black with #A33BFF
Text Example
Text Example
White with #A33BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33BFF; }
p { color: rgb(163,59,255); }
H1.HeaderClassName
{
color: #A33BFF;
}
.AnyTagClassName
{
color: #A33BFF;
}
</style>
background-color css
<style>
a { background-color: #A33BFF; }
a { background-color: rgb(163,59,255); }
div.DivClassName
{
background-color: #A33BFF;
}
.BgClassName
{
background-color: #A33BFF;
}
</style>
border-color css
<style>
span { border-color: #A33BFF; }
span { border-color: rgb(163,59,255); }
td.TdClassName
{
border-color: #A33BFF;
}
.TagClassName
{
border-color: #A33BFF;
}
</style>