Shades of Blue Violet #A835EE
Tints of Blue Violet #A835EE
RGB
CMYK
RGB Variations
Color information
#A835EE (or 0xA835EE) is known color: Blue Violet. HEX triplet: A8, 35 and EE. RGB value is (168,53,238). Sum of RGB (Red+Green+Blue) = 168+53+238=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 53 (21.09% from 255 or 11.55% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #A835EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A835EE is #57CA11. Grayscale: #6B6B6B. Windows color (decimal): -5753362 or 15611304. OLE color: 15611304.
HSL color Cylindrical-coordinate representation of color #A835EE: hue angle of 277.3º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A835EE is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 53 | 238 | - |
| CMYK | 0.29 | 0.78 | 0 | 0.07 |
| HSL | 277.3º | 0.84% | 0.57% | - |
| HSV(B) | 277.3º | 0.78% | 0.93% | - |
| XYZ | 32.85 | 17.04 | 82.45 | - |
| YUV | 108.48 | 201.1 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 53 | 238 | 0.29 | 0.78 | 0 | 0.07 | 277.3 | 0.84 | 0.57 |
| Hex | A8 | 35 | EE | 1D | 4E | 0 | 7 | 115 | 54 | 39 |
| Octal | 250 | 65 | 356 | 35 | 116 | 0 | 7 | 425 | 124 | 71 |
| Binary | 10101000 | 110101 | 11101110 | 11101 | 1001110 | 0 | 111 | 100010101 | 1010100 | 111001 |
Color Harmonies of #A835EE
Complementary color
Monochromatic Colors of #A835EE
Black with #A835EE
Text Example
Text Example
White with #A835EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A835EE; }
p { color: rgb(168,53,238); }
H1.HeaderClassName
{
color: #A835EE;
}
.AnyTagClassName
{
color: #A835EE;
}
</style>
background-color css
<style>
a { background-color: #A835EE; }
a { background-color: rgb(168,53,238); }
div.DivClassName
{
background-color: #A835EE;
}
.BgClassName
{
background-color: #A835EE;
}
</style>
border-color css
<style>
span { border-color: #A835EE; }
span { border-color: rgb(168,53,238); }
td.TdClassName
{
border-color: #A835EE;
}
.TagClassName
{
border-color: #A835EE;
}
</style>