Shades of Blue Violet #A636FC
Tints of Blue Violet #A636FC
RGB
CMYK
RGB Variations
Color information
#A636FC (or 0xA636FC) is known color: Blue Violet. HEX triplet: A6, 36 and FC. RGB value is (166,54,252). Sum of RGB (Red+Green+Blue) = 166+54+252=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 54 (21.48% from 255 or 11.44% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #A636FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A636FC is #59C903. Grayscale: #6D6D6D. Windows color (decimal): -5884164 or 16529062. OLE color: 16529062.
HSL color Cylindrical-coordinate representation of color #A636FC: hue angle of 273.94º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A636FC is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 54 | 252 | - |
| CMYK | 0.34 | 0.79 | 0 | 0.01 |
| HSL | 273.94º | 0.97% | 0.6% | - |
| HSV(B) | 273.94º | 0.79% | 0.99% | - |
| XYZ | 34.62 | 17.77 | 93.7 | - |
| YUV | 110.06 | 208.11 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 54 | 252 | 0.34 | 0.79 | 0 | 0.01 | 273.94 | 0.97 | 0.6 |
| Hex | A6 | 36 | FC | 22 | 4F | 0 | 1 | 112 | 61 | 3C |
| Octal | 246 | 66 | 374 | 42 | 117 | 0 | 1 | 422 | 141 | 74 |
| Binary | 10100110 | 110110 | 11111100 | 100010 | 1001111 | 0 | 1 | 100010010 | 1100001 | 111100 |
Color Harmonies of #A636FC
Complementary color
Monochromatic Colors of #A636FC
Black with #A636FC
Text Example
Text Example
White with #A636FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A636FC; }
p { color: rgb(166,54,252); }
H1.HeaderClassName
{
color: #A636FC;
}
.AnyTagClassName
{
color: #A636FC;
}
</style>
background-color css
<style>
a { background-color: #A636FC; }
a { background-color: rgb(166,54,252); }
div.DivClassName
{
background-color: #A636FC;
}
.BgClassName
{
background-color: #A636FC;
}
</style>
border-color css
<style>
span { border-color: #A636FC; }
span { border-color: rgb(166,54,252); }
td.TdClassName
{
border-color: #A636FC;
}
.TagClassName
{
border-color: #A636FC;
}
</style>