Shades of Blue Violet #A438FE
Tints of Blue Violet #A438FE
RGB
CMYK
RGB Variations
Color information
#A438FE (or 0xA438FE) is known color: Blue Violet. HEX triplet: A4, 38 and FE. RGB value is (164,56,254). Sum of RGB (Red+Green+Blue) = 164+56+254=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 56 (22.27% from 255 or 11.81% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #A438FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A438FE is #5BC701. Grayscale: #6E6E6E. Windows color (decimal): -6014722 or 16660644. OLE color: 16660644.
HSL color Cylindrical-coordinate representation of color #A438FE: hue angle of 272.73º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A438FE is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 56 | 254 | - |
| CMYK | 0.35 | 0.78 | 0 | 0.00 |
| HSL | 272.73º | 0.99% | 0.61% | - |
| HSV(B) | 272.73º | 0.78% | 1% | - |
| XYZ | 34.61 | 17.88 | 95.39 | - |
| YUV | 110.86 | 208.78 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 56 | 254 | 0.35 | 0.78 | 0 | 0.00 | 272.73 | 0.99 | 0.61 |
| Hex | A4 | 38 | FE | 23 | 4E | 0 | 0 | 111 | 63 | 3D |
| Octal | 244 | 70 | 376 | 43 | 116 | 0 | 0 | 421 | 143 | 75 |
| Binary | 10100100 | 111000 | 11111110 | 100011 | 1001110 | 0 | 0 | 100010001 | 1100011 | 111101 |
Color Harmonies of #A438FE
Complementary color
Monochromatic Colors of #A438FE
Black with #A438FE
Text Example
Text Example
White with #A438FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A438FE; }
p { color: rgb(164,56,254); }
H1.HeaderClassName
{
color: #A438FE;
}
.AnyTagClassName
{
color: #A438FE;
}
</style>
background-color css
<style>
a { background-color: #A438FE; }
a { background-color: rgb(164,56,254); }
div.DivClassName
{
background-color: #A438FE;
}
.BgClassName
{
background-color: #A438FE;
}
</style>
border-color css
<style>
span { border-color: #A438FE; }
span { border-color: rgb(164,56,254); }
td.TdClassName
{
border-color: #A438FE;
}
.TagClassName
{
border-color: #A438FE;
}
</style>