Shades of Blue Violet #A436FA
Tints of Blue Violet #A436FA
RGB
CMYK
RGB Variations
Color information
#A436FA (or 0xA436FA) is known color: Blue Violet. HEX triplet: A4, 36 and FA. RGB value is (164,54,250). Sum of RGB (Red+Green+Blue) = 164+54+250=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 54 (21.48% from 255 or 11.54% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #A436FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A436FA is #5BC905. Grayscale: #6C6C6C. Windows color (decimal): -6015238 or 16397988. OLE color: 16397988.
HSL color Cylindrical-coordinate representation of color #A436FA: hue angle of 273.67º degrees, saturation: 0.95, 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 #A436FA is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 54 | 250 | - |
| CMYK | 0.34 | 0.78 | 0 | 0.02 |
| HSL | 273.67º | 0.95% | 0.6% | - |
| HSV(B) | 273.67º | 0.78% | 0.98% | - |
| XYZ | 33.88 | 17.43 | 92.02 | - |
| YUV | 109.23 | 207.44 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 54 | 250 | 0.34 | 0.78 | 0 | 0.02 | 273.67 | 0.95 | 0.6 |
| Hex | A4 | 36 | FA | 22 | 4E | 0 | 2 | 112 | 5F | 3C |
| Octal | 244 | 66 | 372 | 42 | 116 | 0 | 2 | 422 | 137 | 74 |
| Binary | 10100100 | 110110 | 11111010 | 100010 | 1001110 | 0 | 10 | 100010010 | 1011111 | 111100 |
Color Harmonies of #A436FA
Complementary color
Monochromatic Colors of #A436FA
Black with #A436FA
Text Example
Text Example
White with #A436FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A436FA; }
p { color: rgb(164,54,250); }
H1.HeaderClassName
{
color: #A436FA;
}
.AnyTagClassName
{
color: #A436FA;
}
</style>
background-color css
<style>
a { background-color: #A436FA; }
a { background-color: rgb(164,54,250); }
div.DivClassName
{
background-color: #A436FA;
}
.BgClassName
{
background-color: #A436FA;
}
</style>
border-color css
<style>
span { border-color: #A436FA; }
span { border-color: rgb(164,54,250); }
td.TdClassName
{
border-color: #A436FA;
}
.TagClassName
{
border-color: #A436FA;
}
</style>