Shades of Blue Violet #A824FD
Tints of Blue Violet #A824FD
RGB
CMYK
RGB Variations
Color information
#A824FD (or 0xA824FD) is known color: Blue Violet. HEX triplet: A8, 24 and FD. RGB value is (168,36,253). Sum of RGB (Red+Green+Blue) = 168+36+253=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 36 (14.45% from 255 or 7.88% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #A824FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A824FD is #57DB02. Grayscale: #636363. Windows color (decimal): -5757699 or 16589992. OLE color: 16589992.
HSL color Cylindrical-coordinate representation of color #A824FD: hue angle of 276.5º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A824FD is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 36 | 253 | - |
| CMYK | 0.34 | 0.86 | 0 | 0.01 |
| HSL | 276.5º | 0.98% | 0.57% | - |
| HSV(B) | 276.5º | 0.86% | 0.99% | - |
| XYZ | 34.51 | 16.68 | 94.33 | - |
| YUV | 100.21 | 214.23 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 253 | 0.34 | 0.86 | 0 | 0.01 | 276.5 | 0.98 | 0.57 |
| Hex | A8 | 24 | FD | 22 | 56 | 0 | 1 | 114 | 62 | 39 |
| Octal | 250 | 44 | 375 | 42 | 126 | 0 | 1 | 424 | 142 | 71 |
| Binary | 10101000 | 100100 | 11111101 | 100010 | 1010110 | 0 | 1 | 100010100 | 1100010 | 111001 |
Color Harmonies of #A824FD
Complementary color
Monochromatic Colors of #A824FD
Black with #A824FD
Text Example
Text Example
White with #A824FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A824FD; }
p { color: rgb(168,36,253); }
H1.HeaderClassName
{
color: #A824FD;
}
.AnyTagClassName
{
color: #A824FD;
}
</style>
background-color css
<style>
a { background-color: #A824FD; }
a { background-color: rgb(168,36,253); }
div.DivClassName
{
background-color: #A824FD;
}
.BgClassName
{
background-color: #A824FD;
}
</style>
border-color css
<style>
span { border-color: #A824FD; }
span { border-color: rgb(168,36,253); }
td.TdClassName
{
border-color: #A824FD;
}
.TagClassName
{
border-color: #A824FD;
}
</style>