Shades of Blue Violet #A836ED
Tints of Blue Violet #A836ED
RGB
CMYK
RGB Variations
Color information
#A836ED (or 0xA836ED) is known color: Blue Violet. HEX triplet: A8, 36 and ED. RGB value is (168,54,237). Sum of RGB (Red+Green+Blue) = 168+54+237=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 54 (21.48% from 255 or 11.76% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #A836ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A836ED is #57C912. Grayscale: #6C6C6C. Windows color (decimal): -5753107 or 15546024. OLE color: 15546024.
HSL color Cylindrical-coordinate representation of color #A836ED: hue angle of 277.38º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A836ED is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 54 | 237 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.07 |
| HSL | 277.38º | 0.84% | 0.57% | - |
| HSV(B) | 277.38º | 0.77% | 0.93% | - |
| XYZ | 32.75 | 17.08 | 81.69 | - |
| YUV | 108.95 | 200.27 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 237 | 0.29 | 0.77 | 0 | 0.07 | 277.38 | 0.84 | 0.57 |
| Hex | A8 | 36 | ED | 1D | 4D | 0 | 7 | 115 | 54 | 39 |
| Octal | 250 | 66 | 355 | 35 | 115 | 0 | 7 | 425 | 124 | 71 |
| Binary | 10101000 | 110110 | 11101101 | 11101 | 1001101 | 0 | 111 | 100010101 | 1010100 | 111001 |
Color Harmonies of #A836ED
Complementary color
Monochromatic Colors of #A836ED
Black with #A836ED
Text Example
Text Example
White with #A836ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A836ED; }
p { color: rgb(168,54,237); }
H1.HeaderClassName
{
color: #A836ED;
}
.AnyTagClassName
{
color: #A836ED;
}
</style>
background-color css
<style>
a { background-color: #A836ED; }
a { background-color: rgb(168,54,237); }
div.DivClassName
{
background-color: #A836ED;
}
.BgClassName
{
background-color: #A836ED;
}
</style>
border-color css
<style>
span { border-color: #A836ED; }
span { border-color: rgb(168,54,237); }
td.TdClassName
{
border-color: #A836ED;
}
.TagClassName
{
border-color: #A836ED;
}
</style>