Shades of Blue Violet #A33CF2
Tints of Blue Violet #A33CF2
RGB
CMYK
RGB Variations
Color information
#A33CF2 (or 0xA33CF2) is known color: Blue Violet. HEX triplet: A3, 3C and F2. RGB value is (163,60,242). Sum of RGB (Red+Green+Blue) = 163+60+242=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 242 (94.92% from 255 or 52.04% from 465); Max value from RGB is 242 - color contains mainly: blue. Hex color #A33CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A33CF2 is #5CC30D. Grayscale: #6E6E6E. Windows color (decimal): -6079246 or 15875235. OLE color: 15875235.
HSL color Cylindrical-coordinate representation of color #A33CF2: hue angle of 273.96º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A33CF2 is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 60 | 242 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.05 |
| HSL | 273.96º | 0.88% | 0.59% | - |
| HSV(B) | 273.96º | 0.75% | 0.95% | - |
| XYZ | 32.75 | 17.43 | 85.64 | - |
| YUV | 111.55 | 201.62 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 60 | 242 | 0.33 | 0.75 | 0 | 0.05 | 273.96 | 0.88 | 0.59 |
| Hex | A3 | 3C | F2 | 21 | 4B | 0 | 5 | 112 | 58 | 3B |
| Octal | 243 | 74 | 362 | 41 | 113 | 0 | 5 | 422 | 130 | 73 |
| Binary | 10100011 | 111100 | 11110010 | 100001 | 1001011 | 0 | 101 | 100010010 | 1011000 | 111011 |
Color Harmonies of #A33CF2
Complementary color
Monochromatic Colors of #A33CF2
Black with #A33CF2
Text Example
Text Example
White with #A33CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33CF2; }
p { color: rgb(163,60,242); }
H1.HeaderClassName
{
color: #A33CF2;
}
.AnyTagClassName
{
color: #A33CF2;
}
</style>
background-color css
<style>
a { background-color: #A33CF2; }
a { background-color: rgb(163,60,242); }
div.DivClassName
{
background-color: #A33CF2;
}
.BgClassName
{
background-color: #A33CF2;
}
</style>
border-color css
<style>
span { border-color: #A33CF2; }
span { border-color: rgb(163,60,242); }
td.TdClassName
{
border-color: #A33CF2;
}
.TagClassName
{
border-color: #A33CF2;
}
</style>