Shades of Blue Violet #A024FB
Tints of Blue Violet #A024FB
RGB
CMYK
RGB Variations
Color information
#A024FB (or 0xA024FB) is known color: Blue Violet. HEX triplet: A0, 24 and FB. RGB value is (160,36,251). Sum of RGB (Red+Green+Blue) = 160+36+251=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 36 (14.45% from 255 or 8.05% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #A024FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A024FB is #5FDB04. Grayscale: #606060. Windows color (decimal): -6281989 or 16458912. OLE color: 16458912.
HSL color Cylindrical-coordinate representation of color #A024FB: hue angle of 274.6º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A024FB is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 36 | 251 | - |
| CMYK | 0.36 | 0.86 | 0 | 0.02 |
| HSL | 274.6º | 0.96% | 0.56% | - |
| HSV(B) | 274.6º | 0.86% | 0.98% | - |
| XYZ | 32.54 | 15.7 | 92.58 | - |
| YUV | 97.59 | 214.58 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 251 | 0.36 | 0.86 | 0 | 0.02 | 274.6 | 0.96 | 0.56 |
| Hex | A0 | 24 | FB | 24 | 56 | 0 | 2 | 113 | 60 | 38 |
| Octal | 240 | 44 | 373 | 44 | 126 | 0 | 2 | 423 | 140 | 70 |
| Binary | 10100000 | 100100 | 11111011 | 100100 | 1010110 | 0 | 10 | 100010011 | 1100000 | 111000 |
Color Harmonies of #A024FB
Complementary color
Monochromatic Colors of #A024FB
Black with #A024FB
Text Example
Text Example
White with #A024FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A024FB; }
p { color: rgb(160,36,251); }
H1.HeaderClassName
{
color: #A024FB;
}
.AnyTagClassName
{
color: #A024FB;
}
</style>
background-color css
<style>
a { background-color: #A024FB; }
a { background-color: rgb(160,36,251); }
div.DivClassName
{
background-color: #A024FB;
}
.BgClassName
{
background-color: #A024FB;
}
</style>
border-color css
<style>
span { border-color: #A024FB; }
span { border-color: rgb(160,36,251); }
td.TdClassName
{
border-color: #A024FB;
}
.TagClassName
{
border-color: #A024FB;
}
</style>