Shades of Blue Violet #A438FB
Tints of Blue Violet #A438FB
RGB
CMYK
RGB Variations
Color information
#A438FB (or 0xA438FB) is known color: Blue Violet. HEX triplet: A4, 38 and FB. RGB value is (164,56,251). Sum of RGB (Red+Green+Blue) = 164+56+251=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 56 (22.27% from 255 or 11.89% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #A438FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A438FB is #5BC704. Grayscale: #6D6D6D. Windows color (decimal): -6014725 or 16464036. OLE color: 16464036.
HSL color Cylindrical-coordinate representation of color #A438FB: hue angle of 273.23º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A438FB is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 56 | 251 | - |
| CMYK | 0.35 | 0.78 | 0 | 0.02 |
| HSL | 273.23º | 0.96% | 0.6% | - |
| HSV(B) | 273.23º | 0.78% | 0.98% | - |
| XYZ | 34.14 | 17.69 | 92.88 | - |
| YUV | 110.52 | 207.28 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 56 | 251 | 0.35 | 0.78 | 0 | 0.02 | 273.23 | 0.96 | 0.6 |
| Hex | A4 | 38 | FB | 23 | 4E | 0 | 2 | 111 | 60 | 3C |
| Octal | 244 | 70 | 373 | 43 | 116 | 0 | 2 | 421 | 140 | 74 |
| Binary | 10100100 | 111000 | 11111011 | 100011 | 1001110 | 0 | 10 | 100010001 | 1100000 | 111100 |
Color Harmonies of #A438FB
Complementary color
Monochromatic Colors of #A438FB
Black with #A438FB
Text Example
Text Example
White with #A438FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A438FB; }
p { color: rgb(164,56,251); }
H1.HeaderClassName
{
color: #A438FB;
}
.AnyTagClassName
{
color: #A438FB;
}
</style>
background-color css
<style>
a { background-color: #A438FB; }
a { background-color: rgb(164,56,251); }
div.DivClassName
{
background-color: #A438FB;
}
.BgClassName
{
background-color: #A438FB;
}
</style>
border-color css
<style>
span { border-color: #A438FB; }
span { border-color: rgb(164,56,251); }
td.TdClassName
{
border-color: #A438FB;
}
.TagClassName
{
border-color: #A438FB;
}
</style>