Shades of Violet Blue #A3389A
Tints of Violet Blue #A3389A
RGB
CMYK
RGB Variations
Color information
#A3389A (or 0xA3389A) is known color: Violet Blue. HEX triplet: A3, 38 and 9A. RGB value is (163,56,154). Sum of RGB (Red+Green+Blue) = 163+56+154=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 163 - color contains mainly: red. Hex color #A3389A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3389A is #5CC765. Grayscale: #626262. Windows color (decimal): -6080358 or 10107043. OLE color: 10107043.
HSL color Cylindrical-coordinate representation of color #A3389A: hue angle of 305.05º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A3389A is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 56 | 154 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.36 |
| HSL | 305.05º | 0.49% | 0.43% | - |
| HSV(B) | 305.05º | 0.66% | 0.64% | - |
| XYZ | 22.35 | 12.95 | 31.89 | - |
| YUV | 99.17 | 158.95 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 56 | 154 | 0 | 0.66 | 0.06 | 0.36 | 305.05 | 0.49 | 0.43 |
| Hex | A3 | 38 | 9A | 0 | 42 | 6 | 24 | 131 | 31 | 2B |
| Octal | 243 | 70 | 232 | 0 | 102 | 6 | 44 | 461 | 61 | 53 |
| Binary | 10100011 | 111000 | 10011010 | 0 | 1000010 | 110 | 100100 | 100110001 | 110001 | 101011 |
Color Harmonies of #A3389A
Complementary color
Monochromatic Colors of #A3389A
Black with #A3389A
Text Example
Text Example
White with #A3389A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3389A; }
p { color: rgb(163,56,154); }
H1.HeaderClassName
{
color: #A3389A;
}
.AnyTagClassName
{
color: #A3389A;
}
</style>
background-color css
<style>
a { background-color: #A3389A; }
a { background-color: rgb(163,56,154); }
div.DivClassName
{
background-color: #A3389A;
}
.BgClassName
{
background-color: #A3389A;
}
</style>
border-color css
<style>
span { border-color: #A3389A; }
span { border-color: rgb(163,56,154); }
td.TdClassName
{
border-color: #A3389A;
}
.TagClassName
{
border-color: #A3389A;
}
</style>