Shades of Blue Violet #A836FA
Tints of Blue Violet #A836FA
RGB
CMYK
RGB Variations
Color information
#A836FA (or 0xA836FA) is known color: Blue Violet. HEX triplet: A8, 36 and FA. RGB value is (168,54,250). Sum of RGB (Red+Green+Blue) = 168+54+250=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 54 (21.48% from 255 or 11.44% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #A836FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A836FA is #57C905. Grayscale: #6D6D6D. Windows color (decimal): -5753094 or 16397992. OLE color: 16397992.
HSL color Cylindrical-coordinate representation of color #A836FA: hue angle of 274.9º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A836FA is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 54 | 250 | - |
| CMYK | 0.33 | 0.78 | 0 | 0.02 |
| HSL | 274.9º | 0.95% | 0.6% | - |
| HSV(B) | 274.9º | 0.78% | 0.98% | - |
| XYZ | 34.72 | 17.87 | 92.06 | - |
| YUV | 110.43 | 206.77 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 250 | 0.33 | 0.78 | 0 | 0.02 | 274.9 | 0.95 | 0.6 |
| Hex | A8 | 36 | FA | 21 | 4E | 0 | 2 | 113 | 5F | 3C |
| Octal | 250 | 66 | 372 | 41 | 116 | 0 | 2 | 423 | 137 | 74 |
| Binary | 10101000 | 110110 | 11111010 | 100001 | 1001110 | 0 | 10 | 100010011 | 1011111 | 111100 |
Color Harmonies of #A836FA
Complementary color
Monochromatic Colors of #A836FA
Black with #A836FA
Text Example
Text Example
White with #A836FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A836FA; }
p { color: rgb(168,54,250); }
H1.HeaderClassName
{
color: #A836FA;
}
.AnyTagClassName
{
color: #A836FA;
}
</style>
background-color css
<style>
a { background-color: #A836FA; }
a { background-color: rgb(168,54,250); }
div.DivClassName
{
background-color: #A836FA;
}
.BgClassName
{
background-color: #A836FA;
}
</style>
border-color css
<style>
span { border-color: #A836FA; }
span { border-color: rgb(168,54,250); }
td.TdClassName
{
border-color: #A836FA;
}
.TagClassName
{
border-color: #A836FA;
}
</style>