Shades of Blue Violet #A833F9
Tints of Blue Violet #A833F9
RGB
CMYK
RGB Variations
Color information
#A833F9 (or 0xA833F9) is known color: Blue Violet. HEX triplet: A8, 33 and F9. RGB value is (168,51,249). Sum of RGB (Red+Green+Blue) = 168+51+249=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 51 (20.31% from 255 or 10.90% from 468); Blue value is 249 (97.66% from 255 or 53.21% from 468); Max value from RGB is 249 - color contains mainly: blue. Hex color #A833F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A833F9 is #57CC06. Grayscale: #6B6B6B. Windows color (decimal): -5753863 or 16331688. OLE color: 16331688.
HSL color Cylindrical-coordinate representation of color #A833F9: hue angle of 275.45º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A833F9 is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 51 | 249 | - |
| CMYK | 0.33 | 0.80 | 0 | 0.02 |
| HSL | 275.45º | 0.94% | 0.59% | - |
| HSV(B) | 275.45º | 0.8% | 0.98% | - |
| XYZ | 34.43 | 17.53 | 91.19 | - |
| YUV | 108.56 | 207.26 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 51 | 249 | 0.33 | 0.80 | 0 | 0.02 | 275.45 | 0.94 | 0.59 |
| Hex | A8 | 33 | F9 | 21 | 50 | 0 | 2 | 113 | 5E | 3B |
| Octal | 250 | 63 | 371 | 41 | 120 | 0 | 2 | 423 | 136 | 73 |
| Binary | 10101000 | 110011 | 11111001 | 100001 | 1010000 | 0 | 10 | 100010011 | 1011110 | 111011 |
Color Harmonies of #A833F9
Complementary color
Monochromatic Colors of #A833F9
Black with #A833F9
Text Example
Text Example
White with #A833F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A833F9; }
p { color: rgb(168,51,249); }
H1.HeaderClassName
{
color: #A833F9;
}
.AnyTagClassName
{
color: #A833F9;
}
</style>
background-color css
<style>
a { background-color: #A833F9; }
a { background-color: rgb(168,51,249); }
div.DivClassName
{
background-color: #A833F9;
}
.BgClassName
{
background-color: #A833F9;
}
</style>
border-color css
<style>
span { border-color: #A833F9; }
span { border-color: rgb(168,51,249); }
td.TdClassName
{
border-color: #A833F9;
}
.TagClassName
{
border-color: #A833F9;
}
</style>