Shades of Blue Violet #A827F2
Tints of Blue Violet #A827F2
RGB
CMYK
RGB Variations
Color information
#A827F2 (or 0xA827F2) is known color: Blue Violet. HEX triplet: A8, 27 and F2. RGB value is (168,39,242). Sum of RGB (Red+Green+Blue) = 168+39+242=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 39 (15.62% from 255 or 8.69% from 449); Blue value is 242 (94.92% from 255 or 53.90% from 449); Max value from RGB is 242 - color contains mainly: blue. Hex color #A827F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A827F2 is #57D80D. Grayscale: #646464. Windows color (decimal): -5756942 or 15869864. OLE color: 15869864.
HSL color Cylindrical-coordinate representation of color #A827F2: hue angle of 278.13º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A827F2 is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 39 | 242 | - |
| CMYK | 0.31 | 0.84 | 0 | 0.05 |
| HSL | 278.13º | 0.89% | 0.55% | - |
| HSV(B) | 278.13º | 0.84% | 0.95% | - |
| XYZ | 32.9 | 16.19 | 85.39 | - |
| YUV | 100.71 | 207.74 | 175.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 242 | 0.31 | 0.84 | 0 | 0.05 | 278.13 | 0.89 | 0.55 |
| Hex | A8 | 27 | F2 | 1F | 54 | 0 | 5 | 116 | 59 | 37 |
| Octal | 250 | 47 | 362 | 37 | 124 | 0 | 5 | 426 | 131 | 67 |
| Binary | 10101000 | 100111 | 11110010 | 11111 | 1010100 | 0 | 101 | 100010110 | 1011001 | 110111 |
Color Harmonies of #A827F2
Complementary color
Monochromatic Colors of #A827F2
Black with #A827F2
Text Example
Text Example
White with #A827F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A827F2; }
p { color: rgb(168,39,242); }
H1.HeaderClassName
{
color: #A827F2;
}
.AnyTagClassName
{
color: #A827F2;
}
</style>
background-color css
<style>
a { background-color: #A827F2; }
a { background-color: rgb(168,39,242); }
div.DivClassName
{
background-color: #A827F2;
}
.BgClassName
{
background-color: #A827F2;
}
</style>
border-color css
<style>
span { border-color: #A827F2; }
span { border-color: rgb(168,39,242); }
td.TdClassName
{
border-color: #A827F2;
}
.TagClassName
{
border-color: #A827F2;
}
</style>