Shades of Blue Violet #A43CEE
Tints of Blue Violet #A43CEE
RGB
CMYK
RGB Variations
Color information
#A43CEE (or 0xA43CEE) is known color: Blue Violet. HEX triplet: A4, 3C and EE. RGB value is (164,60,238). Sum of RGB (Red+Green+Blue) = 164+60+238=462 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.50% from 462); Green value is 60 (23.83% from 255 or 12.99% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #A43CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A43CEE is #5BC311. Grayscale: #6E6E6E. Windows color (decimal): -6013714 or 15613092. OLE color: 15613092.
HSL color Cylindrical-coordinate representation of color #A43CEE: hue angle of 275.06º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A43CEE is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 60 | 238 | - |
| CMYK | 0.31 | 0.75 | 0 | 0.07 |
| HSL | 275.06º | 0.84% | 0.58% | - |
| HSV(B) | 275.06º | 0.75% | 0.93% | - |
| XYZ | 32.36 | 17.3 | 82.52 | - |
| YUV | 111.39 | 199.46 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 60 | 238 | 0.31 | 0.75 | 0 | 0.07 | 275.06 | 0.84 | 0.58 |
| Hex | A4 | 3C | EE | 1F | 4B | 0 | 7 | 113 | 54 | 3A |
| Octal | 244 | 74 | 356 | 37 | 113 | 0 | 7 | 423 | 124 | 72 |
| Binary | 10100100 | 111100 | 11101110 | 11111 | 1001011 | 0 | 111 | 100010011 | 1010100 | 111010 |
Color Harmonies of #A43CEE
Complementary color
Monochromatic Colors of #A43CEE
Black with #A43CEE
Text Example
Text Example
White with #A43CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43CEE; }
p { color: rgb(164,60,238); }
H1.HeaderClassName
{
color: #A43CEE;
}
.AnyTagClassName
{
color: #A43CEE;
}
</style>
background-color css
<style>
a { background-color: #A43CEE; }
a { background-color: rgb(164,60,238); }
div.DivClassName
{
background-color: #A43CEE;
}
.BgClassName
{
background-color: #A43CEE;
}
</style>
border-color css
<style>
span { border-color: #A43CEE; }
span { border-color: rgb(164,60,238); }
td.TdClassName
{
border-color: #A43CEE;
}
.TagClassName
{
border-color: #A43CEE;
}
</style>