Shades of Violet Blue #A343AA
Tints of Violet Blue #A343AA
RGB
CMYK
RGB Variations
Color information
#A343AA (or 0xA343AA) is known color: Violet Blue. HEX triplet: A3, 43 and AA. RGB value is (163,67,170). Sum of RGB (Red+Green+Blue) = 163+67+170=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 67 (26.56% from 255 or 16.75% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #A343AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A343AA is #5CBC55. Grayscale: #6B6B6B. Windows color (decimal): -6077526 or 11158435. OLE color: 11158435.
HSL color Cylindrical-coordinate representation of color #A343AA: hue angle of 295.92º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A343AA is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 67 | 170 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.33 |
| HSL | 295.92º | 0.43% | 0.46% | - |
| HSV(B) | 295.92º | 0.61% | 0.67% | - |
| XYZ | 24.37 | 14.7 | 39.58 | - |
| YUV | 107.45 | 163.3 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 67 | 170 | 0.04 | 0.61 | 0 | 0.33 | 295.92 | 0.43 | 0.46 |
| Hex | A3 | 43 | AA | 4 | 3D | 0 | 21 | 128 | 2B | 2E |
| Octal | 243 | 103 | 252 | 4 | 75 | 0 | 41 | 450 | 53 | 56 |
| Binary | 10100011 | 1000011 | 10101010 | 100 | 111101 | 0 | 100001 | 100101000 | 101011 | 101110 |
Color Harmonies of #A343AA
Complementary color
Monochromatic Colors of #A343AA
Black with #A343AA
Text Example
Text Example
White with #A343AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A343AA; }
p { color: rgb(163,67,170); }
H1.HeaderClassName
{
color: #A343AA;
}
.AnyTagClassName
{
color: #A343AA;
}
</style>
background-color css
<style>
a { background-color: #A343AA; }
a { background-color: rgb(163,67,170); }
div.DivClassName
{
background-color: #A343AA;
}
.BgClassName
{
background-color: #A343AA;
}
</style>
border-color css
<style>
span { border-color: #A343AA; }
span { border-color: rgb(163,67,170); }
td.TdClassName
{
border-color: #A343AA;
}
.TagClassName
{
border-color: #A343AA;
}
</style>