Shades of Blue Violet #A627FE
Tints of Blue Violet #A627FE
RGB
CMYK
RGB Variations
Color information
#A627FE (or 0xA627FE) is known color: Blue Violet. HEX triplet: A6, 27 and FE. RGB value is (166,39,254). Sum of RGB (Red+Green+Blue) = 166+39+254=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 39 (15.62% from 255 or 8.50% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #A627FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A627FE is #59D801. Grayscale: #646464. Windows color (decimal): -5888002 or 16656294. OLE color: 16656294.
HSL color Cylindrical-coordinate representation of color #A627FE: hue angle of 275.44º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A627FE is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 39 | 254 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.00 |
| HSL | 275.44º | 0.99% | 0.57% | - |
| HSV(B) | 275.44º | 0.85% | 1% | - |
| XYZ | 34.34 | 16.71 | 95.18 | - |
| YUV | 101.48 | 214.08 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 39 | 254 | 0.35 | 0.85 | 0 | 0.00 | 275.44 | 0.99 | 0.57 |
| Hex | A6 | 27 | FE | 23 | 55 | 0 | 0 | 113 | 63 | 39 |
| Octal | 246 | 47 | 376 | 43 | 125 | 0 | 0 | 423 | 143 | 71 |
| Binary | 10100110 | 100111 | 11111110 | 100011 | 1010101 | 0 | 0 | 100010011 | 1100011 | 111001 |
Color Harmonies of #A627FE
Complementary color
Monochromatic Colors of #A627FE
Black with #A627FE
Text Example
Text Example
White with #A627FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A627FE; }
p { color: rgb(166,39,254); }
H1.HeaderClassName
{
color: #A627FE;
}
.AnyTagClassName
{
color: #A627FE;
}
</style>
background-color css
<style>
a { background-color: #A627FE; }
a { background-color: rgb(166,39,254); }
div.DivClassName
{
background-color: #A627FE;
}
.BgClassName
{
background-color: #A627FE;
}
</style>
border-color css
<style>
span { border-color: #A627FE; }
span { border-color: rgb(166,39,254); }
td.TdClassName
{
border-color: #A627FE;
}
.TagClassName
{
border-color: #A627FE;
}
</style>