Shades of Violet Blue #A43DAC
Tints of Violet Blue #A43DAC
RGB
CMYK
RGB Variations
Color information
#A43DAC (or 0xA43DAC) is known color: Violet Blue. HEX triplet: A4, 3D and AC. RGB value is (164,61,172). Sum of RGB (Red+Green+Blue) = 164+61+172=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #A43DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43DAC is #5BC253. Grayscale: #686868. Windows color (decimal): -6013524 or 11287972. OLE color: 11287972.
HSL color Cylindrical-coordinate representation of color #A43DAC: hue angle of 295.68º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A43DAC is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 61 | 172 | - |
| CMYK | 0.05 | 0.65 | 0 | 0.33 |
| HSL | 295.68º | 0.48% | 0.46% | - |
| HSV(B) | 295.68º | 0.65% | 0.67% | - |
| XYZ | 24.42 | 14.21 | 40.48 | - |
| YUV | 104.45 | 166.12 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 61 | 172 | 0.05 | 0.65 | 0 | 0.33 | 295.68 | 0.48 | 0.46 |
| Hex | A4 | 3D | AC | 5 | 41 | 0 | 21 | 128 | 30 | 2E |
| Octal | 244 | 75 | 254 | 5 | 101 | 0 | 41 | 450 | 60 | 56 |
| Binary | 10100100 | 111101 | 10101100 | 101 | 1000001 | 0 | 100001 | 100101000 | 110000 | 101110 |
Color Harmonies of #A43DAC
Complementary color
Monochromatic Colors of #A43DAC
Black with #A43DAC
Text Example
Text Example
White with #A43DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43DAC; }
p { color: rgb(164,61,172); }
H1.HeaderClassName
{
color: #A43DAC;
}
.AnyTagClassName
{
color: #A43DAC;
}
</style>
background-color css
<style>
a { background-color: #A43DAC; }
a { background-color: rgb(164,61,172); }
div.DivClassName
{
background-color: #A43DAC;
}
.BgClassName
{
background-color: #A43DAC;
}
</style>
border-color css
<style>
span { border-color: #A43DAC; }
span { border-color: rgb(164,61,172); }
td.TdClassName
{
border-color: #A43DAC;
}
.TagClassName
{
border-color: #A43DAC;
}
</style>