Shades of Blue Violet #A33DF8
Tints of Blue Violet #A33DF8
RGB
CMYK
RGB Variations
Color information
#A33DF8 (or 0xA33DF8) is known color: Blue Violet. HEX triplet: A3, 3D and F8. RGB value is (163,61,248). Sum of RGB (Red+Green+Blue) = 163+61+248=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 61 (24.22% from 255 or 12.92% from 472); Blue value is 248 (97.27% from 255 or 52.54% from 472); Max value from RGB is 248 - color contains mainly: blue. Hex color #A33DF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A33DF8 is #5CC207. Grayscale: #707070. Windows color (decimal): -6078984 or 16268707. OLE color: 16268707.
HSL color Cylindrical-coordinate representation of color #A33DF8: hue angle of 272.73º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A33DF8 is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 61 | 248 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.03 |
| HSL | 272.73º | 0.93% | 0.61% | - |
| HSV(B) | 272.73º | 0.75% | 0.97% | - |
| XYZ | 33.72 | 17.9 | 90.49 | - |
| YUV | 112.82 | 204.29 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 61 | 248 | 0.34 | 0.75 | 0 | 0.03 | 272.73 | 0.93 | 0.61 |
| Hex | A3 | 3D | F8 | 22 | 4B | 0 | 3 | 111 | 5D | 3D |
| Octal | 243 | 75 | 370 | 42 | 113 | 0 | 3 | 421 | 135 | 75 |
| Binary | 10100011 | 111101 | 11111000 | 100010 | 1001011 | 0 | 11 | 100010001 | 1011101 | 111101 |
Color Harmonies of #A33DF8
Complementary color
Monochromatic Colors of #A33DF8
Black with #A33DF8
Text Example
Text Example
White with #A33DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33DF8; }
p { color: rgb(163,61,248); }
H1.HeaderClassName
{
color: #A33DF8;
}
.AnyTagClassName
{
color: #A33DF8;
}
</style>
background-color css
<style>
a { background-color: #A33DF8; }
a { background-color: rgb(163,61,248); }
div.DivClassName
{
background-color: #A33DF8;
}
.BgClassName
{
background-color: #A33DF8;
}
</style>
border-color css
<style>
span { border-color: #A33DF8; }
span { border-color: rgb(163,61,248); }
td.TdClassName
{
border-color: #A33DF8;
}
.TagClassName
{
border-color: #A33DF8;
}
</style>