Shades of Blue Violet #A838F7
Tints of Blue Violet #A838F7
RGB
CMYK
RGB Variations
Color information
#A838F7 (or 0xA838F7) is known color: Blue Violet. HEX triplet: A8, 38 and F7. RGB value is (168,56,247). Sum of RGB (Red+Green+Blue) = 168+56+247=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 56 (22.27% from 255 or 11.89% from 471); Blue value is 247 (96.88% from 255 or 52.44% from 471); Max value from RGB is 247 - color contains mainly: blue. Hex color #A838F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A838F7 is #57C708. Grayscale: #6E6E6E. Windows color (decimal): -5752585 or 16201896. OLE color: 16201896.
HSL color Cylindrical-coordinate representation of color #A838F7: hue angle of 275.18º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A838F7 is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 56 | 247 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.03 |
| HSL | 275.18º | 0.92% | 0.59% | - |
| HSV(B) | 275.18º | 0.77% | 0.97% | - |
| XYZ | 34.35 | 17.87 | 89.63 | - |
| YUV | 111.26 | 204.61 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 247 | 0.32 | 0.77 | 0 | 0.03 | 275.18 | 0.92 | 0.59 |
| Hex | A8 | 38 | F7 | 20 | 4D | 0 | 3 | 113 | 5C | 3B |
| Octal | 250 | 70 | 367 | 40 | 115 | 0 | 3 | 423 | 134 | 73 |
| Binary | 10101000 | 111000 | 11110111 | 100000 | 1001101 | 0 | 11 | 100010011 | 1011100 | 111011 |
Color Harmonies of #A838F7
Complementary color
Monochromatic Colors of #A838F7
Black with #A838F7
Text Example
Text Example
White with #A838F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A838F7; }
p { color: rgb(168,56,247); }
H1.HeaderClassName
{
color: #A838F7;
}
.AnyTagClassName
{
color: #A838F7;
}
</style>
background-color css
<style>
a { background-color: #A838F7; }
a { background-color: rgb(168,56,247); }
div.DivClassName
{
background-color: #A838F7;
}
.BgClassName
{
background-color: #A838F7;
}
</style>
border-color css
<style>
span { border-color: #A838F7; }
span { border-color: rgb(168,56,247); }
td.TdClassName
{
border-color: #A838F7;
}
.TagClassName
{
border-color: #A838F7;
}
</style>