Shades of Violet Blue #A339A3
Tints of Violet Blue #A339A3
RGB
CMYK
RGB Variations
Color information
#A339A3 (or 0xA339A3) is known color: Violet Blue. HEX triplet: A3, 39 and A3. RGB value is (163,57,163). Sum of RGB (Red+Green+Blue) = 163+57+163=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 57 (22.66% from 255 or 14.88% from 383); Blue value is 163 (64.06% from 255 or 42.56% from 383); Max value from RGB is 163 - color contains mainly: red, blue. Hex color #A339A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A339A3 is #5CC65C. Grayscale: #646464. Windows color (decimal): -6080093 or 10697123. OLE color: 10697123.
HSL color Cylindrical-coordinate representation of color #A339A3: hue angle of 300º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A339A3 is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 57 | 163 | - |
| CMYK | 0 | 0.65 | 0 | 0.36 |
| HSL | 300º | 0.48% | 0.43% | - |
| HSV(B) | 300º | 0.65% | 0.64% | - |
| XYZ | 23.18 | 13.36 | 36.01 | - |
| YUV | 100.78 | 163.12 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 57 | 163 | 0 | 0.65 | 0 | 0.36 | 300 | 0.48 | 0.43 |
| Hex | A3 | 39 | A3 | 0 | 41 | 0 | 24 | 12C | 30 | 2B |
| Octal | 243 | 71 | 243 | 0 | 101 | 0 | 44 | 454 | 60 | 53 |
| Binary | 10100011 | 111001 | 10100011 | 0 | 1000001 | 0 | 100100 | 100101100 | 110000 | 101011 |
Color Harmonies of #A339A3
Complementary color
Monochromatic Colors of #A339A3
Black with #A339A3
Text Example
Text Example
White with #A339A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A339A3; }
p { color: rgb(163,57,163); }
H1.HeaderClassName
{
color: #A339A3;
}
.AnyTagClassName
{
color: #A339A3;
}
</style>
background-color css
<style>
a { background-color: #A339A3; }
a { background-color: rgb(163,57,163); }
div.DivClassName
{
background-color: #A339A3;
}
.BgClassName
{
background-color: #A339A3;
}
</style>
border-color css
<style>
span { border-color: #A339A3; }
span { border-color: rgb(163,57,163); }
td.TdClassName
{
border-color: #A339A3;
}
.TagClassName
{
border-color: #A339A3;
}
</style>