Shades of Blue Violet #A836FF
Tints of Blue Violet #A836FF
RGB
CMYK
RGB Variations
Color information
#A836FF (or 0xA836FF) is known color: Blue Violet. HEX triplet: A8, 36 and FF. RGB value is (168,54,255). Sum of RGB (Red+Green+Blue) = 168+54+255=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 54 (21.48% from 255 or 11.32% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #A836FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A836FF is #57C900. Grayscale: #6E6E6E. Windows color (decimal): -5753089 or 16725672. OLE color: 16725672.
HSL color Cylindrical-coordinate representation of color #A836FF: hue angle of 274.03º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A836FF is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 54 | 255 | - |
| CMYK | 0.34 | 0.79 | 0 | 0 |
| HSL | 274.03º | 1% | 0.61% | - |
| HSV(B) | 274.03º | 0.79% | 1% | - |
| XYZ | 35.52 | 18.18 | 96.25 | - |
| YUV | 111 | 209.27 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 255 | 0.34 | 0.79 | 0 | 0 | 274.03 | 1 | 0.61 |
| Hex | A8 | 36 | FF | 22 | 4F | 0 | 0 | 112 | 64 | 3D |
| Octal | 250 | 66 | 377 | 42 | 117 | 0 | 0 | 422 | 144 | 75 |
| Binary | 10101000 | 110110 | 11111111 | 100010 | 1001111 | 0 | 0 | 100010010 | 1100100 | 111101 |
Color Harmonies of #A836FF
Complementary color
Monochromatic Colors of #A836FF
Black with #A836FF
Text Example
Text Example
White with #A836FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A836FF; }
p { color: rgb(168,54,255); }
H1.HeaderClassName
{
color: #A836FF;
}
.AnyTagClassName
{
color: #A836FF;
}
</style>
background-color css
<style>
a { background-color: #A836FF; }
a { background-color: rgb(168,54,255); }
div.DivClassName
{
background-color: #A836FF;
}
.BgClassName
{
background-color: #A836FF;
}
</style>
border-color css
<style>
span { border-color: #A836FF; }
span { border-color: rgb(168,54,255); }
td.TdClassName
{
border-color: #A836FF;
}
.TagClassName
{
border-color: #A836FF;
}
</style>