Shades of Blue Violet #A239FB
Tints of Blue Violet #A239FB
RGB
CMYK
RGB Variations
Color information
#A239FB (or 0xA239FB) is known color: Blue Violet. HEX triplet: A2, 39 and FB. RGB value is (162,57,251). Sum of RGB (Red+Green+Blue) = 162+57+251=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 57 (22.66% from 255 or 12.13% from 470); Blue value is 251 (98.44% from 255 or 53.40% from 470); Max value from RGB is 251 - color contains mainly: blue. Hex color #A239FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A239FB is #5DC604. Grayscale: #6D6D6D. Windows color (decimal): -6145541 or 16464290. OLE color: 16464290.
HSL color Cylindrical-coordinate representation of color #A239FB: hue angle of 272.47º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A239FB is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 57 | 251 | - |
| CMYK | 0.35 | 0.77 | 0 | 0.02 |
| HSL | 272.47º | 0.96% | 0.6% | - |
| HSV(B) | 272.47º | 0.77% | 0.98% | - |
| XYZ | 33.78 | 17.57 | 92.88 | - |
| YUV | 110.51 | 207.29 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 57 | 251 | 0.35 | 0.77 | 0 | 0.02 | 272.47 | 0.96 | 0.6 |
| Hex | A2 | 39 | FB | 23 | 4D | 0 | 2 | 110 | 60 | 3C |
| Octal | 242 | 71 | 373 | 43 | 115 | 0 | 2 | 420 | 140 | 74 |
| Binary | 10100010 | 111001 | 11111011 | 100011 | 1001101 | 0 | 10 | 100010000 | 1100000 | 111100 |
Color Harmonies of #A239FB
Complementary color
Monochromatic Colors of #A239FB
Black with #A239FB
Text Example
Text Example
White with #A239FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A239FB; }
p { color: rgb(162,57,251); }
H1.HeaderClassName
{
color: #A239FB;
}
.AnyTagClassName
{
color: #A239FB;
}
</style>
background-color css
<style>
a { background-color: #A239FB; }
a { background-color: rgb(162,57,251); }
div.DivClassName
{
background-color: #A239FB;
}
.BgClassName
{
background-color: #A239FB;
}
</style>
border-color css
<style>
span { border-color: #A239FB; }
span { border-color: rgb(162,57,251); }
td.TdClassName
{
border-color: #A239FB;
}
.TagClassName
{
border-color: #A239FB;
}
</style>