Shades of Blue Violet #A835FF
Tints of Blue Violet #A835FF
RGB
CMYK
RGB Variations
Color information
#A835FF (or 0xA835FF) is known color: Blue Violet. HEX triplet: A8, 35 and FF. RGB value is (168,53,255). Sum of RGB (Red+Green+Blue) = 168+53+255=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 53 (21.09% from 255 or 11.13% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #A835FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A835FF is #57CA00. Grayscale: #6D6D6D. Windows color (decimal): -5753345 or 16725416. OLE color: 16725416.
HSL color Cylindrical-coordinate representation of color #A835FF: hue angle of 274.16º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A835FF is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 53 | 255 | - |
| CMYK | 0.34 | 0.79 | 0 | 0 |
| HSL | 274.16º | 1% | 0.6% | - |
| HSV(B) | 274.16º | 0.79% | 1% | - |
| XYZ | 35.47 | 18.09 | 96.23 | - |
| YUV | 110.41 | 209.6 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 255 | 0.34 | 0.79 | 0 | 0 | 274.16 | 1 | 0.6 |
| Hex | A8 | 35 | FF | 22 | 4F | 0 | 0 | 112 | 64 | 3C |
| Octal | 250 | 65 | 377 | 42 | 117 | 0 | 0 | 422 | 144 | 74 |
| Binary | 10101000 | 110101 | 11111111 | 100010 | 1001111 | 0 | 0 | 100010010 | 1100100 | 111100 |
Color Harmonies of #A835FF
Complementary color
Monochromatic Colors of #A835FF
Black with #A835FF
Text Example
Text Example
White with #A835FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A835FF; }
p { color: rgb(168,53,255); }
H1.HeaderClassName
{
color: #A835FF;
}
.AnyTagClassName
{
color: #A835FF;
}
</style>
background-color css
<style>
a { background-color: #A835FF; }
a { background-color: rgb(168,53,255); }
div.DivClassName
{
background-color: #A835FF;
}
.BgClassName
{
background-color: #A835FF;
}
</style>
border-color css
<style>
span { border-color: #A835FF; }
span { border-color: rgb(168,53,255); }
td.TdClassName
{
border-color: #A835FF;
}
.TagClassName
{
border-color: #A835FF;
}
</style>