Shades of Blue Violet #A827FE
Tints of Blue Violet #A827FE
RGB
CMYK
RGB Variations
Color information
#A827FE (or 0xA827FE) is known color: Blue Violet. HEX triplet: A8, 27 and FE. RGB value is (168,39,254). Sum of RGB (Red+Green+Blue) = 168+39+254=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 39 (15.62% from 255 or 8.46% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #A827FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A827FE is #57D801. Grayscale: #656565. Windows color (decimal): -5756930 or 16656296. OLE color: 16656296.
HSL color Cylindrical-coordinate representation of color #A827FE: hue angle of 276º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A827FE is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 39 | 254 | - |
| CMYK | 0.34 | 0.85 | 0 | 0.00 |
| HSL | 276º | 0.99% | 0.57% | - |
| HSV(B) | 276º | 0.85% | 1% | - |
| XYZ | 34.76 | 16.93 | 95.2 | - |
| YUV | 102.08 | 213.74 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 254 | 0.34 | 0.85 | 0 | 0.00 | 276 | 0.99 | 0.57 |
| Hex | A8 | 27 | FE | 22 | 55 | 0 | 0 | 114 | 63 | 39 |
| Octal | 250 | 47 | 376 | 42 | 125 | 0 | 0 | 424 | 143 | 71 |
| Binary | 10101000 | 100111 | 11111110 | 100010 | 1010101 | 0 | 0 | 100010100 | 1100011 | 111001 |
Color Harmonies of #A827FE
Complementary color
Monochromatic Colors of #A827FE
Black with #A827FE
Text Example
Text Example
White with #A827FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A827FE; }
p { color: rgb(168,39,254); }
H1.HeaderClassName
{
color: #A827FE;
}
.AnyTagClassName
{
color: #A827FE;
}
</style>
background-color css
<style>
a { background-color: #A827FE; }
a { background-color: rgb(168,39,254); }
div.DivClassName
{
background-color: #A827FE;
}
.BgClassName
{
background-color: #A827FE;
}
</style>
border-color css
<style>
span { border-color: #A827FE; }
span { border-color: rgb(168,39,254); }
td.TdClassName
{
border-color: #A827FE;
}
.TagClassName
{
border-color: #A827FE;
}
</style>