Shades of Blue Violet #A636FA
Tints of Blue Violet #A636FA
RGB
CMYK
RGB Variations
Color information
#A636FA (or 0xA636FA) is known color: Blue Violet. HEX triplet: A6, 36 and FA. RGB value is (166,54,250). Sum of RGB (Red+Green+Blue) = 166+54+250=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 54 (21.48% from 255 or 11.49% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #A636FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A636FA is #59C905. Grayscale: #6D6D6D. Windows color (decimal): -5884166 or 16397990. OLE color: 16397990.
HSL color Cylindrical-coordinate representation of color #A636FA: hue angle of 274.29º 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 #A636FA is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 54 | 250 | - |
| CMYK | 0.34 | 0.78 | 0 | 0.02 |
| HSL | 274.29º | 0.95% | 0.6% | - |
| HSV(B) | 274.29º | 0.78% | 0.98% | - |
| XYZ | 34.3 | 17.65 | 92.04 | - |
| YUV | 109.83 | 207.11 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 54 | 250 | 0.34 | 0.78 | 0 | 0.02 | 274.29 | 0.95 | 0.6 |
| Hex | A6 | 36 | FA | 22 | 4E | 0 | 2 | 112 | 5F | 3C |
| Octal | 246 | 66 | 372 | 42 | 116 | 0 | 2 | 422 | 137 | 74 |
| Binary | 10100110 | 110110 | 11111010 | 100010 | 1001110 | 0 | 10 | 100010010 | 1011111 | 111100 |
Color Harmonies of #A636FA
Complementary color
Monochromatic Colors of #A636FA
Black with #A636FA
Text Example
Text Example
White with #A636FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A636FA; }
p { color: rgb(166,54,250); }
H1.HeaderClassName
{
color: #A636FA;
}
.AnyTagClassName
{
color: #A636FA;
}
</style>
background-color css
<style>
a { background-color: #A636FA; }
a { background-color: rgb(166,54,250); }
div.DivClassName
{
background-color: #A636FA;
}
.BgClassName
{
background-color: #A636FA;
}
</style>
border-color css
<style>
span { border-color: #A636FA; }
span { border-color: rgb(166,54,250); }
td.TdClassName
{
border-color: #A636FA;
}
.TagClassName
{
border-color: #A636FA;
}
</style>