Shades of Blue Violet #A827FB
Tints of Blue Violet #A827FB
RGB
CMYK
RGB Variations
Color information
#A827FB (or 0xA827FB) is known color: Blue Violet. HEX triplet: A8, 27 and FB. RGB value is (168,39,251). Sum of RGB (Red+Green+Blue) = 168+39+251=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 39 (15.62% from 255 or 8.52% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #A827FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A827FB is #57D804. Grayscale: #656565. Windows color (decimal): -5756933 or 16459688. OLE color: 16459688.
HSL color Cylindrical-coordinate representation of color #A827FB: hue angle of 276.51º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A827FB is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 39 | 251 | - |
| CMYK | 0.33 | 0.84 | 0 | 0.02 |
| HSL | 276.51º | 0.96% | 0.57% | - |
| HSV(B) | 276.51º | 0.84% | 0.98% | - |
| XYZ | 34.29 | 16.74 | 92.69 | - |
| YUV | 101.74 | 212.24 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 251 | 0.33 | 0.84 | 0 | 0.02 | 276.51 | 0.96 | 0.57 |
| Hex | A8 | 27 | FB | 21 | 54 | 0 | 2 | 115 | 60 | 39 |
| Octal | 250 | 47 | 373 | 41 | 124 | 0 | 2 | 425 | 140 | 71 |
| Binary | 10101000 | 100111 | 11111011 | 100001 | 1010100 | 0 | 10 | 100010101 | 1100000 | 111001 |
Color Harmonies of #A827FB
Complementary color
Monochromatic Colors of #A827FB
Black with #A827FB
Text Example
Text Example
White with #A827FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A827FB; }
p { color: rgb(168,39,251); }
H1.HeaderClassName
{
color: #A827FB;
}
.AnyTagClassName
{
color: #A827FB;
}
</style>
background-color css
<style>
a { background-color: #A827FB; }
a { background-color: rgb(168,39,251); }
div.DivClassName
{
background-color: #A827FB;
}
.BgClassName
{
background-color: #A827FB;
}
</style>
border-color css
<style>
span { border-color: #A827FB; }
span { border-color: rgb(168,39,251); }
td.TdClassName
{
border-color: #A827FB;
}
.TagClassName
{
border-color: #A827FB;
}
</style>