Shades of Blue Violet #A827FF
Tints of Blue Violet #A827FF
RGB
CMYK
RGB Variations
Color information
#A827FF (or 0xA827FF) is known color: Blue Violet. HEX triplet: A8, 27 and FF. RGB value is (168,39,255). Sum of RGB (Red+Green+Blue) = 168+39+255=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 39 (15.62% from 255 or 8.44% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #A827FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A827FF is #57D800. Grayscale: #656565. Windows color (decimal): -5756929 or 16721832. OLE color: 16721832.
HSL color Cylindrical-coordinate representation of color #A827FF: hue angle of 275.83º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A827FF is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 39 | 255 | - |
| CMYK | 0.34 | 0.85 | 0 | 0 |
| HSL | 275.83º | 1% | 0.58% | - |
| HSV(B) | 275.83º | 0.85% | 1% | - |
| XYZ | 34.92 | 17 | 96.05 | - |
| YUV | 102.2 | 214.24 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 255 | 0.34 | 0.85 | 0 | 0 | 275.83 | 1 | 0.58 |
| Hex | A8 | 27 | FF | 22 | 55 | 0 | 0 | 114 | 64 | 3A |
| Octal | 250 | 47 | 377 | 42 | 125 | 0 | 0 | 424 | 144 | 72 |
| Binary | 10101000 | 100111 | 11111111 | 100010 | 1010101 | 0 | 0 | 100010100 | 1100100 | 111010 |
Color Harmonies of #A827FF
Complementary color
Monochromatic Colors of #A827FF
Black with #A827FF
Text Example
Text Example
White with #A827FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A827FF; }
p { color: rgb(168,39,255); }
H1.HeaderClassName
{
color: #A827FF;
}
.AnyTagClassName
{
color: #A827FF;
}
</style>
background-color css
<style>
a { background-color: #A827FF; }
a { background-color: rgb(168,39,255); }
div.DivClassName
{
background-color: #A827FF;
}
.BgClassName
{
background-color: #A827FF;
}
</style>
border-color css
<style>
span { border-color: #A827FF; }
span { border-color: rgb(168,39,255); }
td.TdClassName
{
border-color: #A827FF;
}
.TagClassName
{
border-color: #A827FF;
}
</style>