Shades of Blue Violet #A827FC
Tints of Blue Violet #A827FC
RGB
CMYK
RGB Variations
Color information
#A827FC (or 0xA827FC) is known color: Blue Violet. HEX triplet: A8, 27 and FC. RGB value is (168,39,252). Sum of RGB (Red+Green+Blue) = 168+39+252=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 39 (15.62% from 255 or 8.50% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #A827FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A827FC is #57D803. Grayscale: #656565. Windows color (decimal): -5756932 or 16525224. OLE color: 16525224.
HSL color Cylindrical-coordinate representation of color #A827FC: hue angle of 276.34º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A827FC is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 39 | 252 | - |
| CMYK | 0.33 | 0.85 | 0 | 0.01 |
| HSL | 276.34º | 0.97% | 0.57% | - |
| HSV(B) | 276.34º | 0.85% | 0.99% | - |
| XYZ | 34.44 | 16.8 | 93.52 | - |
| YUV | 101.85 | 212.74 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 252 | 0.33 | 0.85 | 0 | 0.01 | 276.34 | 0.97 | 0.57 |
| Hex | A8 | 27 | FC | 21 | 55 | 0 | 1 | 114 | 61 | 39 |
| Octal | 250 | 47 | 374 | 41 | 125 | 0 | 1 | 424 | 141 | 71 |
| Binary | 10101000 | 100111 | 11111100 | 100001 | 1010101 | 0 | 1 | 100010100 | 1100001 | 111001 |
Color Harmonies of #A827FC
Complementary color
Monochromatic Colors of #A827FC
Black with #A827FC
Text Example
Text Example
White with #A827FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A827FC; }
p { color: rgb(168,39,252); }
H1.HeaderClassName
{
color: #A827FC;
}
.AnyTagClassName
{
color: #A827FC;
}
</style>
background-color css
<style>
a { background-color: #A827FC; }
a { background-color: rgb(168,39,252); }
div.DivClassName
{
background-color: #A827FC;
}
.BgClassName
{
background-color: #A827FC;
}
</style>
border-color css
<style>
span { border-color: #A827FC; }
span { border-color: rgb(168,39,252); }
td.TdClassName
{
border-color: #A827FC;
}
.TagClassName
{
border-color: #A827FC;
}
</style>