Shades of Blue Violet #A648FD
Tints of Blue Violet #A648FD
RGB
CMYK
RGB Variations
Color information
#A648FD (or 0xA648FD) is known color: Blue Violet. HEX triplet: A6, 48 and FD. RGB value is (166,72,253). Sum of RGB (Red+Green+Blue) = 166+72+253=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 72 (28.52% from 255 or 14.66% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #A648FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A648FD is #59B702. Grayscale: #787878. Windows color (decimal): -5879555 or 16599206. OLE color: 16599206.
HSL color Cylindrical-coordinate representation of color #A648FD: hue angle of 271.16º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A648FD is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 72 | 253 | - |
| CMYK | 0.34 | 0.72 | 0 | 0.01 |
| HSL | 271.16º | 0.98% | 0.64% | - |
| HSV(B) | 271.16º | 0.72% | 0.99% | - |
| XYZ | 35.77 | 19.83 | 94.87 | - |
| YUV | 120.74 | 202.64 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 72 | 253 | 0.34 | 0.72 | 0 | 0.01 | 271.16 | 0.98 | 0.64 |
| Hex | A6 | 48 | FD | 22 | 48 | 0 | 1 | 10F | 62 | 40 |
| Octal | 246 | 110 | 375 | 42 | 110 | 0 | 1 | 417 | 142 | 100 |
| Binary | 10100110 | 1001000 | 11111101 | 100010 | 1001000 | 0 | 1 | 100001111 | 1100010 | 1000000 |
Color Harmonies of #A648FD
Complementary color
Monochromatic Colors of #A648FD
Black with #A648FD
Text Example
Text Example
White with #A648FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A648FD; }
p { color: rgb(166,72,253); }
H1.HeaderClassName
{
color: #A648FD;
}
.AnyTagClassName
{
color: #A648FD;
}
</style>
background-color css
<style>
a { background-color: #A648FD; }
a { background-color: rgb(166,72,253); }
div.DivClassName
{
background-color: #A648FD;
}
.BgClassName
{
background-color: #A648FD;
}
</style>
border-color css
<style>
span { border-color: #A648FD; }
span { border-color: rgb(166,72,253); }
td.TdClassName
{
border-color: #A648FD;
}
.TagClassName
{
border-color: #A648FD;
}
</style>