Shades of Blue Violet #A844F2
Tints of Blue Violet #A844F2
RGB
CMYK
RGB Variations
Color information
#A844F2 (or 0xA844F2) is known color: Blue Violet. HEX triplet: A8, 44 and F2. RGB value is (168,68,242). Sum of RGB (Red+Green+Blue) = 168+68+242=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 68 (26.95% from 255 or 14.23% from 478); Blue value is 242 (94.92% from 255 or 50.63% from 478); Max value from RGB is 242 - color contains mainly: blue. Hex color #A844F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A844F2 is #57BB0D. Grayscale: #757575. Windows color (decimal): -5749518 or 15877288. OLE color: 15877288.
HSL color Cylindrical-coordinate representation of color #A844F2: hue angle of 274.48º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A844F2 is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 68 | 242 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.05 |
| HSL | 274.48º | 0.87% | 0.61% | - |
| HSV(B) | 274.48º | 0.72% | 0.95% | - |
| XYZ | 34.24 | 18.87 | 85.84 | - |
| YUV | 117.74 | 198.13 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 68 | 242 | 0.31 | 0.72 | 0 | 0.05 | 274.48 | 0.87 | 0.61 |
| Hex | A8 | 44 | F2 | 1F | 48 | 0 | 5 | 112 | 57 | 3D |
| Octal | 250 | 104 | 362 | 37 | 110 | 0 | 5 | 422 | 127 | 75 |
| Binary | 10101000 | 1000100 | 11110010 | 11111 | 1001000 | 0 | 101 | 100010010 | 1010111 | 111101 |
Color Harmonies of #A844F2
Complementary color
Monochromatic Colors of #A844F2
Black with #A844F2
Text Example
Text Example
White with #A844F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A844F2; }
p { color: rgb(168,68,242); }
H1.HeaderClassName
{
color: #A844F2;
}
.AnyTagClassName
{
color: #A844F2;
}
</style>
background-color css
<style>
a { background-color: #A844F2; }
a { background-color: rgb(168,68,242); }
div.DivClassName
{
background-color: #A844F2;
}
.BgClassName
{
background-color: #A844F2;
}
</style>
border-color css
<style>
span { border-color: #A844F2; }
span { border-color: rgb(168,68,242); }
td.TdClassName
{
border-color: #A844F2;
}
.TagClassName
{
border-color: #A844F2;
}
</style>