Shades of Blue Violet #A844F8
Tints of Blue Violet #A844F8
RGB
CMYK
RGB Variations
Color information
#A844F8 (or 0xA844F8) is known color: Blue Violet. HEX triplet: A8, 44 and F8. RGB value is (168,68,248). Sum of RGB (Red+Green+Blue) = 168+68+248=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 68 (26.95% from 255 or 14.05% from 484); Blue value is 248 (97.27% from 255 or 51.24% from 484); Max value from RGB is 248 - color contains mainly: blue. Hex color #A844F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A844F8 is #57BB07. Grayscale: #757575. Windows color (decimal): -5749512 or 16270504. OLE color: 16270504.
HSL color Cylindrical-coordinate representation of color #A844F8: hue angle of 273.33º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A844F8 is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 68 | 248 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.03 |
| HSL | 273.33º | 0.93% | 0.62% | - |
| HSV(B) | 273.33º | 0.73% | 0.97% | - |
| XYZ | 35.16 | 19.24 | 90.67 | - |
| YUV | 118.42 | 201.13 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 68 | 248 | 0.32 | 0.73 | 0 | 0.03 | 273.33 | 0.93 | 0.62 |
| Hex | A8 | 44 | F8 | 20 | 49 | 0 | 3 | 111 | 5D | 3E |
| Octal | 250 | 104 | 370 | 40 | 111 | 0 | 3 | 421 | 135 | 76 |
| Binary | 10101000 | 1000100 | 11111000 | 100000 | 1001001 | 0 | 11 | 100010001 | 1011101 | 111110 |
Color Harmonies of #A844F8
Complementary color
Monochromatic Colors of #A844F8
Black with #A844F8
Text Example
Text Example
White with #A844F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A844F8; }
p { color: rgb(168,68,248); }
H1.HeaderClassName
{
color: #A844F8;
}
.AnyTagClassName
{
color: #A844F8;
}
</style>
background-color css
<style>
a { background-color: #A844F8; }
a { background-color: rgb(168,68,248); }
div.DivClassName
{
background-color: #A844F8;
}
.BgClassName
{
background-color: #A844F8;
}
</style>
border-color css
<style>
span { border-color: #A844F8; }
span { border-color: rgb(168,68,248); }
td.TdClassName
{
border-color: #A844F8;
}
.TagClassName
{
border-color: #A844F8;
}
</style>