Shades of Blue Violet #A833FC
Tints of Blue Violet #A833FC
RGB
CMYK
RGB Variations
Color information
#A833FC (or 0xA833FC) is known color: Blue Violet. HEX triplet: A8, 33 and FC. RGB value is (168,51,252). Sum of RGB (Red+Green+Blue) = 168+51+252=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 51 (20.31% from 255 or 10.83% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #A833FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A833FC is #57CC03. Grayscale: #6C6C6C. Windows color (decimal): -5753860 or 16528296. OLE color: 16528296.
HSL color Cylindrical-coordinate representation of color #A833FC: hue angle of 274.93º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A833FC is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 51 | 252 | - |
| CMYK | 0.33 | 0.80 | 0 | 0.01 |
| HSL | 274.93º | 0.97% | 0.59% | - |
| HSV(B) | 274.93º | 0.8% | 0.99% | - |
| XYZ | 34.9 | 17.72 | 93.68 | - |
| YUV | 108.9 | 208.76 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 51 | 252 | 0.33 | 0.80 | 0 | 0.01 | 274.93 | 0.97 | 0.59 |
| Hex | A8 | 33 | FC | 21 | 50 | 0 | 1 | 113 | 61 | 3B |
| Octal | 250 | 63 | 374 | 41 | 120 | 0 | 1 | 423 | 141 | 73 |
| Binary | 10101000 | 110011 | 11111100 | 100001 | 1010000 | 0 | 1 | 100010011 | 1100001 | 111011 |
Color Harmonies of #A833FC
Complementary color
Monochromatic Colors of #A833FC
Black with #A833FC
Text Example
Text Example
White with #A833FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A833FC; }
p { color: rgb(168,51,252); }
H1.HeaderClassName
{
color: #A833FC;
}
.AnyTagClassName
{
color: #A833FC;
}
</style>
background-color css
<style>
a { background-color: #A833FC; }
a { background-color: rgb(168,51,252); }
div.DivClassName
{
background-color: #A833FC;
}
.BgClassName
{
background-color: #A833FC;
}
</style>
border-color css
<style>
span { border-color: #A833FC; }
span { border-color: rgb(168,51,252); }
td.TdClassName
{
border-color: #A833FC;
}
.TagClassName
{
border-color: #A833FC;
}
</style>