Shades of Blue Violet #A33BFD
Tints of Blue Violet #A33BFD
RGB
CMYK
RGB Variations
Color information
#A33BFD (or 0xA33BFD) is known color: Blue Violet. HEX triplet: A3, 3B and FD. RGB value is (163,59,253). Sum of RGB (Red+Green+Blue) = 163+59+253=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 59 (23.44% from 255 or 12.42% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #A33BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A33BFD is #5CC402. Grayscale: #6F6F6F. Windows color (decimal): -6079491 or 16595875. OLE color: 16595875.
HSL color Cylindrical-coordinate representation of color #A33BFD: hue angle of 272.16º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A33BFD is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 59 | 253 | - |
| CMYK | 0.36 | 0.77 | 0 | 0.01 |
| HSL | 272.16º | 0.98% | 0.61% | - |
| HSV(B) | 272.16º | 0.77% | 0.99% | - |
| XYZ | 34.4 | 18.01 | 94.59 | - |
| YUV | 112.21 | 207.46 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 59 | 253 | 0.36 | 0.77 | 0 | 0.01 | 272.16 | 0.98 | 0.61 |
| Hex | A3 | 3B | FD | 24 | 4D | 0 | 1 | 110 | 62 | 3D |
| Octal | 243 | 73 | 375 | 44 | 115 | 0 | 1 | 420 | 142 | 75 |
| Binary | 10100011 | 111011 | 11111101 | 100100 | 1001101 | 0 | 1 | 100010000 | 1100010 | 111101 |
Color Harmonies of #A33BFD
Complementary color
Monochromatic Colors of #A33BFD
Black with #A33BFD
Text Example
Text Example
White with #A33BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33BFD; }
p { color: rgb(163,59,253); }
H1.HeaderClassName
{
color: #A33BFD;
}
.AnyTagClassName
{
color: #A33BFD;
}
</style>
background-color css
<style>
a { background-color: #A33BFD; }
a { background-color: rgb(163,59,253); }
div.DivClassName
{
background-color: #A33BFD;
}
.BgClassName
{
background-color: #A33BFD;
}
</style>
border-color css
<style>
span { border-color: #A33BFD; }
span { border-color: rgb(163,59,253); }
td.TdClassName
{
border-color: #A33BFD;
}
.TagClassName
{
border-color: #A33BFD;
}
</style>