Shades of Blue Violet #A835EF
Tints of Blue Violet #A835EF
RGB
CMYK
RGB Variations
Color information
#A835EF (or 0xA835EF) is known color: Blue Violet. HEX triplet: A8, 35 and EF. RGB value is (168,53,239). Sum of RGB (Red+Green+Blue) = 168+53+239=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 53 (21.09% from 255 or 11.52% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #A835EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A835EF is #57CA10. Grayscale: #6B6B6B. Windows color (decimal): -5753361 or 15676840. OLE color: 15676840.
HSL color Cylindrical-coordinate representation of color #A835EF: hue angle of 277.1º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A835EF is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 53 | 239 | - |
| CMYK | 0.30 | 0.78 | 0 | 0.06 |
| HSL | 277.1º | 0.85% | 0.57% | - |
| HSV(B) | 277.1º | 0.78% | 0.94% | - |
| XYZ | 33 | 17.1 | 83.22 | - |
| YUV | 108.59 | 201.6 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 239 | 0.30 | 0.78 | 0 | 0.06 | 277.1 | 0.85 | 0.57 |
| Hex | A8 | 35 | EF | 1E | 4E | 0 | 6 | 115 | 55 | 39 |
| Octal | 250 | 65 | 357 | 36 | 116 | 0 | 6 | 425 | 125 | 71 |
| Binary | 10101000 | 110101 | 11101111 | 11110 | 1001110 | 0 | 110 | 100010101 | 1010101 | 111001 |
Color Harmonies of #A835EF
Complementary color
Monochromatic Colors of #A835EF
Black with #A835EF
Text Example
Text Example
White with #A835EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A835EF; }
p { color: rgb(168,53,239); }
H1.HeaderClassName
{
color: #A835EF;
}
.AnyTagClassName
{
color: #A835EF;
}
</style>
background-color css
<style>
a { background-color: #A835EF; }
a { background-color: rgb(168,53,239); }
div.DivClassName
{
background-color: #A835EF;
}
.BgClassName
{
background-color: #A835EF;
}
</style>
border-color css
<style>
span { border-color: #A835EF; }
span { border-color: rgb(168,53,239); }
td.TdClassName
{
border-color: #A835EF;
}
.TagClassName
{
border-color: #A835EF;
}
</style>