Shades of Blue Violet #A24BFD
Tints of Blue Violet #A24BFD
RGB
CMYK
RGB Variations
Color information
#A24BFD (or 0xA24BFD) is known color: Blue Violet. HEX triplet: A2, 4B and FD. RGB value is (162,75,253). Sum of RGB (Red+Green+Blue) = 162+75+253=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 75 (29.69% from 255 or 15.31% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #A24BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A24BFD is #5DB402. Grayscale: #787878. Windows color (decimal): -6140931 or 16599970. OLE color: 16599970.
HSL color Cylindrical-coordinate representation of color #A24BFD: hue angle of 269.33º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A24BFD is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 75 | 253 | - |
| CMYK | 0.36 | 0.70 | 0 | 0.01 |
| HSL | 269.33º | 0.98% | 0.64% | - |
| HSV(B) | 269.33º | 0.7% | 0.99% | - |
| XYZ | 35.15 | 19.81 | 94.9 | - |
| YUV | 121.31 | 202.32 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 75 | 253 | 0.36 | 0.70 | 0 | 0.01 | 269.33 | 0.98 | 0.64 |
| Hex | A2 | 4B | FD | 24 | 46 | 0 | 1 | 10D | 62 | 40 |
| Octal | 242 | 113 | 375 | 44 | 106 | 0 | 1 | 415 | 142 | 100 |
| Binary | 10100010 | 1001011 | 11111101 | 100100 | 1000110 | 0 | 1 | 100001101 | 1100010 | 1000000 |
Color Harmonies of #A24BFD
Complementary color
Monochromatic Colors of #A24BFD
Black with #A24BFD
Text Example
Text Example
White with #A24BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24BFD; }
p { color: rgb(162,75,253); }
H1.HeaderClassName
{
color: #A24BFD;
}
.AnyTagClassName
{
color: #A24BFD;
}
</style>
background-color css
<style>
a { background-color: #A24BFD; }
a { background-color: rgb(162,75,253); }
div.DivClassName
{
background-color: #A24BFD;
}
.BgClassName
{
background-color: #A24BFD;
}
</style>
border-color css
<style>
span { border-color: #A24BFD; }
span { border-color: rgb(162,75,253); }
td.TdClassName
{
border-color: #A24BFD;
}
.TagClassName
{
border-color: #A24BFD;
}
</style>