Shades of Blue Violet #A828FD
Tints of Blue Violet #A828FD
RGB
CMYK
RGB Variations
Color information
#A828FD (or 0xA828FD) is known color: Blue Violet. HEX triplet: A8, 28 and FD. RGB value is (168,40,253). Sum of RGB (Red+Green+Blue) = 168+40+253=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 40 (16.02% from 255 or 8.68% from 461); Blue value is 253 (99.22% from 255 or 54.88% from 461); Max value from RGB is 253 - color contains mainly: blue. Hex color #A828FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A828FD is #57D702. Grayscale: #656565. Windows color (decimal): -5756675 or 16591016. OLE color: 16591016.
HSL color Cylindrical-coordinate representation of color #A828FD: hue angle of 276.06º 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 #A828FD is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 40 | 253 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.01 |
| HSL | 276.06º | 0.98% | 0.57% | - |
| HSV(B) | 276.06º | 0.84% | 0.99% | - |
| XYZ | 34.64 | 16.93 | 94.37 | - |
| YUV | 102.55 | 212.91 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 253 | 0.34 | 0.84 | 0 | 0.01 | 276.06 | 0.98 | 0.57 |
| Hex | A8 | 28 | FD | 22 | 54 | 0 | 1 | 114 | 62 | 39 |
| Octal | 250 | 50 | 375 | 42 | 124 | 0 | 1 | 424 | 142 | 71 |
| Binary | 10101000 | 101000 | 11111101 | 100010 | 1010100 | 0 | 1 | 100010100 | 1100010 | 111001 |
Color Harmonies of #A828FD
Complementary color
Monochromatic Colors of #A828FD
Black with #A828FD
Text Example
Text Example
White with #A828FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A828FD; }
p { color: rgb(168,40,253); }
H1.HeaderClassName
{
color: #A828FD;
}
.AnyTagClassName
{
color: #A828FD;
}
</style>
background-color css
<style>
a { background-color: #A828FD; }
a { background-color: rgb(168,40,253); }
div.DivClassName
{
background-color: #A828FD;
}
.BgClassName
{
background-color: #A828FD;
}
</style>
border-color css
<style>
span { border-color: #A828FD; }
span { border-color: rgb(168,40,253); }
td.TdClassName
{
border-color: #A828FD;
}
.TagClassName
{
border-color: #A828FD;
}
</style>