Shades of Blue Violet #A628FD
Tints of Blue Violet #A628FD
RGB
CMYK
RGB Variations
Color information
#A628FD (or 0xA628FD) is known color: Blue Violet. HEX triplet: A6, 28 and FD. RGB value is (166,40,253). Sum of RGB (Red+Green+Blue) = 166+40+253=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 40 (16.02% from 255 or 8.71% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #A628FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A628FD is #59D702. Grayscale: #656565. Windows color (decimal): -5887747 or 16591014. OLE color: 16591014.
HSL color Cylindrical-coordinate representation of color #A628FD: hue angle of 275.49º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A628FD is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 40 | 253 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.01 |
| HSL | 275.49º | 0.98% | 0.57% | - |
| HSV(B) | 275.49º | 0.84% | 0.99% | - |
| XYZ | 34.21 | 16.72 | 94.35 | - |
| YUV | 101.96 | 213.24 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 40 | 253 | 0.34 | 0.84 | 0 | 0.01 | 275.49 | 0.98 | 0.57 |
| Hex | A6 | 28 | FD | 22 | 54 | 0 | 1 | 113 | 62 | 39 |
| Octal | 246 | 50 | 375 | 42 | 124 | 0 | 1 | 423 | 142 | 71 |
| Binary | 10100110 | 101000 | 11111101 | 100010 | 1010100 | 0 | 1 | 100010011 | 1100010 | 111001 |
Color Harmonies of #A628FD
Complementary color
Monochromatic Colors of #A628FD
Black with #A628FD
Text Example
Text Example
White with #A628FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A628FD; }
p { color: rgb(166,40,253); }
H1.HeaderClassName
{
color: #A628FD;
}
.AnyTagClassName
{
color: #A628FD;
}
</style>
background-color css
<style>
a { background-color: #A628FD; }
a { background-color: rgb(166,40,253); }
div.DivClassName
{
background-color: #A628FD;
}
.BgClassName
{
background-color: #A628FD;
}
</style>
border-color css
<style>
span { border-color: #A628FD; }
span { border-color: rgb(166,40,253); }
td.TdClassName
{
border-color: #A628FD;
}
.TagClassName
{
border-color: #A628FD;
}
</style>