Shades of Blue Violet #A43CEB
Tints of Blue Violet #A43CEB
RGB
CMYK
RGB Variations
Color information
#A43CEB (or 0xA43CEB) is known color: Blue Violet. HEX triplet: A4, 3C and EB. RGB value is (164,60,235). Sum of RGB (Red+Green+Blue) = 164+60+235=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 60 (23.83% from 255 or 13.07% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #A43CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A43CEB is #5BC314. Grayscale: #6E6E6E. Windows color (decimal): -6013717 or 15416484. OLE color: 15416484.
HSL color Cylindrical-coordinate representation of color #A43CEB: hue angle of 275.66º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A43CEB is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 60 | 235 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.08 |
| HSL | 275.66º | 0.81% | 0.58% | - |
| HSV(B) | 275.66º | 0.74% | 0.92% | - |
| XYZ | 31.92 | 17.12 | 80.22 | - |
| YUV | 111.05 | 197.96 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 60 | 235 | 0.30 | 0.74 | 0 | 0.08 | 275.66 | 0.81 | 0.58 |
| Hex | A4 | 3C | EB | 1E | 4A | 0 | 8 | 114 | 51 | 3A |
| Octal | 244 | 74 | 353 | 36 | 112 | 0 | 10 | 424 | 121 | 72 |
| Binary | 10100100 | 111100 | 11101011 | 11110 | 1001010 | 0 | 1000 | 100010100 | 1010001 | 111010 |
Color Harmonies of #A43CEB
Complementary color
Monochromatic Colors of #A43CEB
Black with #A43CEB
Text Example
Text Example
White with #A43CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43CEB; }
p { color: rgb(164,60,235); }
H1.HeaderClassName
{
color: #A43CEB;
}
.AnyTagClassName
{
color: #A43CEB;
}
</style>
background-color css
<style>
a { background-color: #A43CEB; }
a { background-color: rgb(164,60,235); }
div.DivClassName
{
background-color: #A43CEB;
}
.BgClassName
{
background-color: #A43CEB;
}
</style>
border-color css
<style>
span { border-color: #A43CEB; }
span { border-color: rgb(164,60,235); }
td.TdClassName
{
border-color: #A43CEB;
}
.TagClassName
{
border-color: #A43CEB;
}
</style>