Shades of Blue Violet #A842FE
Tints of Blue Violet #A842FE
RGB
CMYK
RGB Variations
Color information
#A842FE (or 0xA842FE) is known color: Blue Violet. HEX triplet: A8, 42 and FE. RGB value is (168,66,254). Sum of RGB (Red+Green+Blue) = 168+66+254=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 66 (26.17% from 255 or 13.52% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #A842FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A842FE is #57BD01. Grayscale: #757575. Windows color (decimal): -5750018 or 16663208. OLE color: 16663208.
HSL color Cylindrical-coordinate representation of color #A842FE: hue angle of 272.55º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A842FE is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 66 | 254 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.00 |
| HSL | 272.55º | 0.99% | 0.63% | - |
| HSV(B) | 272.55º | 0.74% | 1% | - |
| XYZ | 35.99 | 19.38 | 95.61 | - |
| YUV | 117.93 | 204.79 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 66 | 254 | 0.34 | 0.74 | 0 | 0.00 | 272.55 | 0.99 | 0.63 |
| Hex | A8 | 42 | FE | 22 | 4A | 0 | 0 | 111 | 63 | 3F |
| Octal | 250 | 102 | 376 | 42 | 112 | 0 | 0 | 421 | 143 | 77 |
| Binary | 10101000 | 1000010 | 11111110 | 100010 | 1001010 | 0 | 0 | 100010001 | 1100011 | 111111 |
Color Harmonies of #A842FE
Complementary color
Monochromatic Colors of #A842FE
Black with #A842FE
Text Example
Text Example
White with #A842FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A842FE; }
p { color: rgb(168,66,254); }
H1.HeaderClassName
{
color: #A842FE;
}
.AnyTagClassName
{
color: #A842FE;
}
</style>
background-color css
<style>
a { background-color: #A842FE; }
a { background-color: rgb(168,66,254); }
div.DivClassName
{
background-color: #A842FE;
}
.BgClassName
{
background-color: #A842FE;
}
</style>
border-color css
<style>
span { border-color: #A842FE; }
span { border-color: rgb(168,66,254); }
td.TdClassName
{
border-color: #A842FE;
}
.TagClassName
{
border-color: #A842FE;
}
</style>