Shades of Blue Violet #A835F9
Tints of Blue Violet #A835F9
RGB
CMYK
RGB Variations
Color information
#A835F9 (or 0xA835F9) is known color: Blue Violet. HEX triplet: A8, 35 and F9. RGB value is (168,53,249). Sum of RGB (Red+Green+Blue) = 168+53+249=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 53 (21.09% from 255 or 11.28% from 470); Blue value is 249 (97.66% from 255 or 52.98% from 470); Max value from RGB is 249 - color contains mainly: blue. Hex color #A835F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A835F9 is #57CA06. Grayscale: #6D6D6D. Windows color (decimal): -5753351 or 16332200. OLE color: 16332200.
HSL color Cylindrical-coordinate representation of color #A835F9: hue angle of 275.2º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A835F9 is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 53 | 249 | - |
| CMYK | 0.33 | 0.79 | 0 | 0.02 |
| HSL | 275.2º | 0.94% | 0.59% | - |
| HSV(B) | 275.2º | 0.79% | 0.98% | - |
| XYZ | 34.52 | 17.71 | 91.22 | - |
| YUV | 109.73 | 206.6 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 249 | 0.33 | 0.79 | 0 | 0.02 | 275.2 | 0.94 | 0.59 |
| Hex | A8 | 35 | F9 | 21 | 4F | 0 | 2 | 113 | 5E | 3B |
| Octal | 250 | 65 | 371 | 41 | 117 | 0 | 2 | 423 | 136 | 73 |
| Binary | 10101000 | 110101 | 11111001 | 100001 | 1001111 | 0 | 10 | 100010011 | 1011110 | 111011 |
Color Harmonies of #A835F9
Complementary color
Monochromatic Colors of #A835F9
Black with #A835F9
Text Example
Text Example
White with #A835F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A835F9; }
p { color: rgb(168,53,249); }
H1.HeaderClassName
{
color: #A835F9;
}
.AnyTagClassName
{
color: #A835F9;
}
</style>
background-color css
<style>
a { background-color: #A835F9; }
a { background-color: rgb(168,53,249); }
div.DivClassName
{
background-color: #A835F9;
}
.BgClassName
{
background-color: #A835F9;
}
</style>
border-color css
<style>
span { border-color: #A835F9; }
span { border-color: rgb(168,53,249); }
td.TdClassName
{
border-color: #A835F9;
}
.TagClassName
{
border-color: #A835F9;
}
</style>