Shades of Blue Violet #A838FC
Tints of Blue Violet #A838FC
RGB
CMYK
RGB Variations
Color information
#A838FC (or 0xA838FC) is known color: Blue Violet. HEX triplet: A8, 38 and FC. RGB value is (168,56,252). Sum of RGB (Red+Green+Blue) = 168+56+252=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 56 (22.27% from 255 or 11.76% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #A838FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A838FC is #57C703. Grayscale: #6F6F6F. Windows color (decimal): -5752580 or 16529576. OLE color: 16529576.
HSL color Cylindrical-coordinate representation of color #A838FC: hue angle of 274.29º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A838FC is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 56 | 252 | - |
| CMYK | 0.33 | 0.78 | 0 | 0.01 |
| HSL | 274.29º | 0.97% | 0.6% | - |
| HSV(B) | 274.29º | 0.78% | 0.99% | - |
| XYZ | 35.13 | 18.18 | 93.75 | - |
| YUV | 111.83 | 207.11 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 252 | 0.33 | 0.78 | 0 | 0.01 | 274.29 | 0.97 | 0.6 |
| Hex | A8 | 38 | FC | 21 | 4E | 0 | 1 | 112 | 61 | 3C |
| Octal | 250 | 70 | 374 | 41 | 116 | 0 | 1 | 422 | 141 | 74 |
| Binary | 10101000 | 111000 | 11111100 | 100001 | 1001110 | 0 | 1 | 100010010 | 1100001 | 111100 |
Color Harmonies of #A838FC
Complementary color
Monochromatic Colors of #A838FC
Black with #A838FC
Text Example
Text Example
White with #A838FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A838FC; }
p { color: rgb(168,56,252); }
H1.HeaderClassName
{
color: #A838FC;
}
.AnyTagClassName
{
color: #A838FC;
}
</style>
background-color css
<style>
a { background-color: #A838FC; }
a { background-color: rgb(168,56,252); }
div.DivClassName
{
background-color: #A838FC;
}
.BgClassName
{
background-color: #A838FC;
}
</style>
border-color css
<style>
span { border-color: #A838FC; }
span { border-color: rgb(168,56,252); }
td.TdClassName
{
border-color: #A838FC;
}
.TagClassName
{
border-color: #A838FC;
}
</style>