Shades of Blue Violet #A838FF
Tints of Blue Violet #A838FF
RGB
CMYK
RGB Variations
Color information
#A838FF (or 0xA838FF) is known color: Blue Violet. HEX triplet: A8, 38 and FF. RGB value is (168,56,255). Sum of RGB (Red+Green+Blue) = 168+56+255=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 56 (22.27% from 255 or 11.69% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #A838FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A838FF is #57C700. Grayscale: #6F6F6F. Windows color (decimal): -5752577 or 16726184. OLE color: 16726184.
HSL color Cylindrical-coordinate representation of color #A838FF: hue angle of 273.77º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A838FF is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 56 | 255 | - |
| CMYK | 0.34 | 0.78 | 0 | 0 |
| HSL | 273.77º | 1% | 0.61% | - |
| HSV(B) | 273.77º | 0.78% | 1% | - |
| XYZ | 35.61 | 18.37 | 96.28 | - |
| YUV | 112.17 | 208.61 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 255 | 0.34 | 0.78 | 0 | 0 | 273.77 | 1 | 0.61 |
| Hex | A8 | 38 | FF | 22 | 4E | 0 | 0 | 112 | 64 | 3D |
| Octal | 250 | 70 | 377 | 42 | 116 | 0 | 0 | 422 | 144 | 75 |
| Binary | 10101000 | 111000 | 11111111 | 100010 | 1001110 | 0 | 0 | 100010010 | 1100100 | 111101 |
Color Harmonies of #A838FF
Complementary color
Monochromatic Colors of #A838FF
Black with #A838FF
Text Example
Text Example
White with #A838FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A838FF; }
p { color: rgb(168,56,255); }
H1.HeaderClassName
{
color: #A838FF;
}
.AnyTagClassName
{
color: #A838FF;
}
</style>
background-color css
<style>
a { background-color: #A838FF; }
a { background-color: rgb(168,56,255); }
div.DivClassName
{
background-color: #A838FF;
}
.BgClassName
{
background-color: #A838FF;
}
</style>
border-color css
<style>
span { border-color: #A838FF; }
span { border-color: rgb(168,56,255); }
td.TdClassName
{
border-color: #A838FF;
}
.TagClassName
{
border-color: #A838FF;
}
</style>