Shades of Blue Violet #A645FE
Tints of Blue Violet #A645FE
RGB
CMYK
RGB Variations
Color information
#A645FE (or 0xA645FE) is known color: Blue Violet. HEX triplet: A6, 45 and FE. RGB value is (166,69,254). Sum of RGB (Red+Green+Blue) = 166+69+254=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 69 (27.34% from 255 or 14.11% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #A645FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A645FE is #59BA01. Grayscale: #767676. Windows color (decimal): -5880322 or 16663974. OLE color: 16663974.
HSL color Cylindrical-coordinate representation of color #A645FE: hue angle of 271.46º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A645FE is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 69 | 254 | - |
| CMYK | 0.35 | 0.73 | 0 | 0.00 |
| HSL | 271.46º | 0.99% | 0.63% | - |
| HSV(B) | 271.46º | 0.73% | 1% | - |
| XYZ | 35.74 | 19.52 | 95.65 | - |
| YUV | 119.09 | 204.14 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 69 | 254 | 0.35 | 0.73 | 0 | 0.00 | 271.46 | 0.99 | 0.63 |
| Hex | A6 | 45 | FE | 23 | 49 | 0 | 0 | 10F | 63 | 3F |
| Octal | 246 | 105 | 376 | 43 | 111 | 0 | 0 | 417 | 143 | 77 |
| Binary | 10100110 | 1000101 | 11111110 | 100011 | 1001001 | 0 | 0 | 100001111 | 1100011 | 111111 |
Color Harmonies of #A645FE
Complementary color
Monochromatic Colors of #A645FE
Black with #A645FE
Text Example
Text Example
White with #A645FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A645FE; }
p { color: rgb(166,69,254); }
H1.HeaderClassName
{
color: #A645FE;
}
.AnyTagClassName
{
color: #A645FE;
}
</style>
background-color css
<style>
a { background-color: #A645FE; }
a { background-color: rgb(166,69,254); }
div.DivClassName
{
background-color: #A645FE;
}
.BgClassName
{
background-color: #A645FE;
}
</style>
border-color css
<style>
span { border-color: #A645FE; }
span { border-color: rgb(166,69,254); }
td.TdClassName
{
border-color: #A645FE;
}
.TagClassName
{
border-color: #A645FE;
}
</style>