Shades of Blue Violet #A842EF
Tints of Blue Violet #A842EF
RGB
CMYK
RGB Variations
Color information
#A842EF (or 0xA842EF) is known color: Blue Violet. HEX triplet: A8, 42 and EF. RGB value is (168,66,239). Sum of RGB (Red+Green+Blue) = 168+66+239=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 66 (26.17% from 255 or 13.95% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #A842EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A842EF is #57BD10. Grayscale: #737373. Windows color (decimal): -5750033 or 15680168. OLE color: 15680168.
HSL color Cylindrical-coordinate representation of color #A842EF: hue angle of 275.38º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A842EF is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 66 | 239 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.06 |
| HSL | 275.38º | 0.84% | 0.6% | - |
| HSV(B) | 275.38º | 0.72% | 0.94% | - |
| XYZ | 33.68 | 18.45 | 83.45 | - |
| YUV | 116.22 | 197.29 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 66 | 239 | 0.30 | 0.72 | 0 | 0.06 | 275.38 | 0.84 | 0.6 |
| Hex | A8 | 42 | EF | 1E | 48 | 0 | 6 | 113 | 54 | 3C |
| Octal | 250 | 102 | 357 | 36 | 110 | 0 | 6 | 423 | 124 | 74 |
| Binary | 10101000 | 1000010 | 11101111 | 11110 | 1001000 | 0 | 110 | 100010011 | 1010100 | 111100 |
Color Harmonies of #A842EF
Complementary color
Monochromatic Colors of #A842EF
Black with #A842EF
Text Example
Text Example
White with #A842EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A842EF; }
p { color: rgb(168,66,239); }
H1.HeaderClassName
{
color: #A842EF;
}
.AnyTagClassName
{
color: #A842EF;
}
</style>
background-color css
<style>
a { background-color: #A842EF; }
a { background-color: rgb(168,66,239); }
div.DivClassName
{
background-color: #A842EF;
}
.BgClassName
{
background-color: #A842EF;
}
</style>
border-color css
<style>
span { border-color: #A842EF; }
span { border-color: rgb(168,66,239); }
td.TdClassName
{
border-color: #A842EF;
}
.TagClassName
{
border-color: #A842EF;
}
</style>