Shades of Blue Violet #A24CFD
Tints of Blue Violet #A24CFD
RGB
CMYK
RGB Variations
Color information
#A24CFD (or 0xA24CFD) is known color: Blue Violet. HEX triplet: A2, 4C and FD. RGB value is (162,76,253). Sum of RGB (Red+Green+Blue) = 162+76+253=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 76 (30.08% from 255 or 15.48% 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 #A24CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A24CFD is #5DB302. Grayscale: #797979. Windows color (decimal): -6140675 or 16600226. OLE color: 16600226.
HSL color Cylindrical-coordinate representation of color #A24CFD: hue angle of 269.15º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A24CFD is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 76 | 253 | - |
| CMYK | 0.36 | 0.70 | 0 | 0.01 |
| HSL | 269.15º | 0.98% | 0.65% | - |
| HSV(B) | 269.15º | 0.7% | 0.99% | - |
| XYZ | 35.21 | 19.94 | 94.92 | - |
| YUV | 121.89 | 201.99 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 76 | 253 | 0.36 | 0.70 | 0 | 0.01 | 269.15 | 0.98 | 0.65 |
| Hex | A2 | 4C | FD | 24 | 46 | 0 | 1 | 10D | 62 | 41 |
| Octal | 242 | 114 | 375 | 44 | 106 | 0 | 1 | 415 | 142 | 101 |
| Binary | 10100010 | 1001100 | 11111101 | 100100 | 1000110 | 0 | 1 | 100001101 | 1100010 | 1000001 |
Color Harmonies of #A24CFD
Complementary color
Monochromatic Colors of #A24CFD
Black with #A24CFD
Text Example
Text Example
White with #A24CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24CFD; }
p { color: rgb(162,76,253); }
H1.HeaderClassName
{
color: #A24CFD;
}
.AnyTagClassName
{
color: #A24CFD;
}
</style>
background-color css
<style>
a { background-color: #A24CFD; }
a { background-color: rgb(162,76,253); }
div.DivClassName
{
background-color: #A24CFD;
}
.BgClassName
{
background-color: #A24CFD;
}
</style>
border-color css
<style>
span { border-color: #A24CFD; }
span { border-color: rgb(162,76,253); }
td.TdClassName
{
border-color: #A24CFD;
}
.TagClassName
{
border-color: #A24CFD;
}
</style>