Shades of Blue Violet #A842ED
Tints of Blue Violet #A842ED
RGB
CMYK
RGB Variations
Color information
#A842ED (or 0xA842ED) is known color: Blue Violet. HEX triplet: A8, 42 and ED. RGB value is (168,66,237). Sum of RGB (Red+Green+Blue) = 168+66+237=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 66 (26.17% from 255 or 14.01% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #A842ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A842ED is #57BD12. Grayscale: #737373. Windows color (decimal): -5750035 or 15549096. OLE color: 15549096.
HSL color Cylindrical-coordinate representation of color #A842ED: hue angle of 275.79º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A842ED is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 66 | 237 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.07 |
| HSL | 275.79º | 0.83% | 0.59% | - |
| HSV(B) | 275.79º | 0.72% | 0.93% | - |
| XYZ | 33.38 | 18.34 | 81.9 | - |
| YUV | 115.99 | 196.29 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 66 | 237 | 0.29 | 0.72 | 0 | 0.07 | 275.79 | 0.83 | 0.59 |
| Hex | A8 | 42 | ED | 1D | 48 | 0 | 7 | 114 | 53 | 3B |
| Octal | 250 | 102 | 355 | 35 | 110 | 0 | 7 | 424 | 123 | 73 |
| Binary | 10101000 | 1000010 | 11101101 | 11101 | 1001000 | 0 | 111 | 100010100 | 1010011 | 111011 |
Color Harmonies of #A842ED
Complementary color
Monochromatic Colors of #A842ED
Black with #A842ED
Text Example
Text Example
White with #A842ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A842ED; }
p { color: rgb(168,66,237); }
H1.HeaderClassName
{
color: #A842ED;
}
.AnyTagClassName
{
color: #A842ED;
}
</style>
background-color css
<style>
a { background-color: #A842ED; }
a { background-color: rgb(168,66,237); }
div.DivClassName
{
background-color: #A842ED;
}
.BgClassName
{
background-color: #A842ED;
}
</style>
border-color css
<style>
span { border-color: #A842ED; }
span { border-color: rgb(168,66,237); }
td.TdClassName
{
border-color: #A842ED;
}
.TagClassName
{
border-color: #A842ED;
}
</style>